Html Css Color HEX #8ECCEC Anakiwa

📋 copy color: '#8ECCEC'

red 142 ◦ green 204 ◦ blue 236

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

Shades of Anakiwa #8ECCEC

Tints of Anakiwa #8ECCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 24.4%
G = 35.05%
B = 40.55%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8ECCEC (or 0x8ECCEC) is known color: Anakiwa. HEX triplet: 8E, CC and EC. RGB value is (142,204,236). Sum of RGB (Red+Green+Blue) = 142+204+236=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ECCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECCEC is #713313. Grayscale: #BCBCBC. Windows color (decimal): -7418644 or 15518862. OLE color: 15518862.

HSL color Cylindrical-coordinate representation of color #8ECCEC: hue angle of 200.43º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ECCEC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 204 236 -
CMYK 0.40 0.14 0 0.07
HSL 200.43º 0.71% 0.74% -
HSV(B) 200.43º 0.4% 0.93% -
XYZ 47.89 54.99 87.45 -
YUV 189.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 142 204 236 0.40 0.14 0 0.07 200.43 0.71 0.74
Hex 8E CC EC 28 E 0 7 C8 47 4A
Octal 216 314 354 50 16 0 7 310 107 112
Binary 10001110 11001100 11101100 101000 1110 0 111 11001000 1000111 1001010

Color Harmonies of #8ECCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECCEC

Black with #8ECCEC

Text Example


Text Example

White with #8ECCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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