Html Css Color HEX #8ECCDD Anakiwa

📋 copy color: '#8ECCDD'

red 142 ◦ green 204 ◦ blue 221

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

Shades of Anakiwa #8ECCDD

Tints of Anakiwa #8ECCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

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

R = 25.04%
G = 35.98%
B = 38.98%

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

#8ECCDD (or 0x8ECCDD) is known color: Anakiwa. HEX triplet: 8E, CC and DD. RGB value is (142,204,221). Sum of RGB (Red+Green+Blue) = 142+204+221=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ECCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCDD is #713322. Grayscale: #BBBBBB. Windows color (decimal): -7418659 or 14535822. OLE color: 14535822.

HSL color Cylindrical-coordinate representation of color #8ECCDD: hue angle of 192.91º 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 #8ECCDD is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 204 221 -
CMYK 0.36 0.08 0 0.13
HSL 192.91º 0.54% 0.71% -
HSV(B) 192.91º 0.36% 0.87% -
XYZ 45.8 54.16 76.45 -
YUV 187.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 142 204 221 0.36 0.08 0 0.13 192.91 0.54 0.71
Hex 8E CC DD 24 8 0 D C1 36 47
Octal 216 314 335 44 10 0 15 301 66 107
Binary 10001110 11001100 11011101 100100 1000 0 1101 11000001 110110 1000111

Color Harmonies of #8ECCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECCDD

Black with #8ECCDD

Text Example


Text Example

White with #8ECCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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