Html Css Color HEX #8ECAE8 Anakiwa

📋 copy color: '#8ECAE8'

red 142 ◦ green 202 ◦ blue 232

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

Shades of Anakiwa #8ECAE8

Tints of Anakiwa #8ECAE8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.07%

 BLUE value IS 232 (91.02% from 255) = 40.28%

R = 24.65%
G = 35.07%
B = 40.28%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8ECAE8 (or 0x8ECAE8) is known color: Anakiwa. HEX triplet: 8E, CA and E8. RGB value is (142,202,232). Sum of RGB (Red+Green+Blue) = 142+202+232=576 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.65% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #8ECAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECAE8 is #713517. Grayscale: #BBBBBB. Windows color (decimal): -7419160 or 15256206. OLE color: 15256206.

HSL color Cylindrical-coordinate representation of color #8ECAE8: hue angle of 200º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ECAE8 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 202 232 -
CMYK 0.39 0.13 0 0.09
HSL 200º 0.66% 0.73% -
HSV(B) 200º 0.39% 0.91% -
XYZ 46.84 53.82 84.26 -
YUV 187.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 142 202 232 0.39 0.13 0 0.09 200 0.66 0.73
Hex 8E CA E8 27 D 0 9 C8 42 49
Octal 216 312 350 47 15 0 11 310 102 111
Binary 10001110 11001010 11101000 100111 1101 0 1001 11001000 1000010 1001001

Color Harmonies of #8ECAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECAE8

Black with #8ECAE8

Text Example


Text Example

White with #8ECAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,202,232); }

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

background-color css

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

 a { background-color: rgb(142,202,232); }

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

border-color css

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

 span { border-color: rgb(142,202,232); }

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