Html Css Color HEX #8ECAE0 Anakiwa

📋 copy color: '#8ECAE0'

red 142 ◦ green 202 ◦ blue 224

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

Shades of Anakiwa #8ECAE0

Tints of Anakiwa #8ECAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 25%
G = 35.56%
B = 39.44%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8ECAE0 (or 0x8ECAE0) is known color: Anakiwa. HEX triplet: 8E, CA and E0. RGB value is (142,202,224). Sum of RGB (Red+Green+Blue) = 142+202+224=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ECAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECAE0 is #71351F. Grayscale: #BABABA. Windows color (decimal): -7419168 or 14731918. OLE color: 14731918.

HSL color Cylindrical-coordinate representation of color #8ECAE0: hue angle of 196.1º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ECAE0 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 202 224 -
CMYK 0.37 0.10 0 0.12
HSL 196.1º 0.57% 0.72% -
HSV(B) 196.1º 0.37% 0.88% -
XYZ 45.73 53.37 78.41 -
YUV 186.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 142 202 224 0.37 0.10 0 0.12 196.1 0.57 0.72
Hex 8E CA E0 25 A 0 C C4 39 48
Octal 216 312 340 45 12 0 14 304 71 110
Binary 10001110 11001010 11100000 100101 1010 0 1100 11000100 111001 1001000

Color Harmonies of #8ECAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECAE0

Black with #8ECAE0

Text Example


Text Example

White with #8ECAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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