Html Css Color HEX #8EDEEA Anakiwa

📋 copy color: '#8EDEEA'

red 142 ◦ green 222 ◦ blue 234

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

Shades of Anakiwa #8EDEEA

Tints of Anakiwa #8EDEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

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

R = 23.75%
G = 37.12%
B = 39.13%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EDEEA (or 0x8EDEEA) is known color: Anakiwa. HEX triplet: 8E, DE and EA. RGB value is (142,222,234). Sum of RGB (Red+Green+Blue) = 142+222+234=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEEA is #712115. Grayscale: #C7C7C7. Windows color (decimal): -7414038 or 15392398. OLE color: 15392398.

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

Color convert

RGB 142 222 234 -
CMYK 0.39 0.05 0 0.08
HSL 187.83º 0.69% 0.74% -
HSV(B) 187.83º 0.39% 0.92% -
XYZ 52.13 63.93 87.43 -
YUV 199.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 142 222 234 0.39 0.05 0 0.08 187.83 0.69 0.74
Hex 8E DE EA 27 5 0 8 BC 45 4A
Octal 216 336 352 47 5 0 10 274 105 112
Binary 10001110 11011110 11101010 100111 101 0 1000 10111100 1000101 1001010

Color Harmonies of #8EDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDEEA

Black with #8EDEEA

Text Example


Text Example

White with #8EDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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