Html Css Color HEX #8ECBDD Anakiwa

📋 copy color: '#8ECBDD'

red 142 ◦ green 203 ◦ blue 221

#8ECBDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #8ECBDD

Tints of Anakiwa #8ECBDD

RGB

 RED value IS 142 (55.86% from 255) = 25.09%

 GREEN value IS 203 (79.69% from 255) = 35.87%

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 25.09%
G = 35.87%
B = 39.05%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8ECBDD (or 0x8ECBDD) is known color: Anakiwa. HEX triplet: 8E, CB and DD. RGB value is (142,203,221). Sum of RGB (Red+Green+Blue) = 142+203+221=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ECBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBDD is #713422. Grayscale: #BABABA. Windows color (decimal): -7418915 or 14535566. OLE color: 14535566.

HSL color Cylindrical-coordinate representation of color #8ECBDD: hue angle of 193.67º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECBDD is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 203 221 -
CMYK 0.36 0.08 0 0.13
HSL 193.67º 0.54% 0.71% -
HSV(B) 193.67º 0.36% 0.87% -
XYZ 45.56 53.68 76.37 -
YUV 186.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 142 203 221 0.36 0.08 0 0.13 193.67 0.54 0.71
Hex 8E CB DD 24 8 0 D C2 36 47
Octal 216 313 335 44 10 0 15 302 66 107
Binary 10001110 11001011 11011101 100100 1000 0 1101 11000010 110110 1000111

Color Harmonies of #8ECBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECBDD

Black with #8ECBDD

Text Example


Text Example

White with #8ECBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ECBDD; }

 p { color: rgb(142,203,221); }

 H1.HeaderClassName
 {
   color: #8ECBDD;
 }
 .AnyTagClassName
 {
   color: #8ECBDD;
 }
</style>

background-color css

<style>
 a { background-color: #8ECBDD; }

 a { background-color: rgb(142,203,221); }

 div.DivClassName
 {
   background-color: #8ECBDD;
 }
 .BgClassName
 {
   background-color: #8ECBDD;
 }
</style>

border-color css

<style>
 span { border-color: #8ECBDD; }

 span { border-color: rgb(142,203,221); }

 td.TdClassName
 {
   border-color: #8ECBDD;
 }
 .TagClassName
 {
   border-color: #8ECBDD;
 }
</style>