Html Css Color HEX #8ECBEA Anakiwa

📋 copy color: '#8ECBEA'

red 142 ◦ green 203 ◦ blue 234

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

Shades of Anakiwa #8ECBEA

Tints of Anakiwa #8ECBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 24.53%
G = 35.06%
B = 40.41%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ECBEA (or 0x8ECBEA) is known color: Anakiwa. HEX triplet: 8E, CB and EA. RGB value is (142,203,234). Sum of RGB (Red+Green+Blue) = 142+203+234=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ECBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECBEA is #713415. Grayscale: #BCBCBC. Windows color (decimal): -7418902 or 15387534. OLE color: 15387534.

HSL color Cylindrical-coordinate representation of color #8ECBEA: hue angle of 200.22º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ECBEA is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 203 234 -
CMYK 0.39 0.13 0 0.08
HSL 200.22º 0.69% 0.74% -
HSV(B) 200.22º 0.39% 0.92% -
XYZ 47.36 54.4 85.85 -
YUV 188.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 142 203 234 0.39 0.13 0 0.08 200.22 0.69 0.74
Hex 8E CB EA 27 D 0 8 C8 45 4A
Octal 216 313 352 47 15 0 10 310 105 112
Binary 10001110 11001011 11101010 100111 1101 0 1000 11001000 1000101 1001010

Color Harmonies of #8ECBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECBEA

Black with #8ECBEA

Text Example


Text Example

White with #8ECBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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