Html Css Color HEX #8ED9EA Anakiwa

📋 copy color: '#8ED9EA'

red 142 ◦ green 217 ◦ blue 234

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

Shades of Anakiwa #8ED9EA

Tints of Anakiwa #8ED9EA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.59%

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

R = 23.95%
G = 36.59%
B = 39.46%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ED9EA (or 0x8ED9EA) is known color: Anakiwa. HEX triplet: 8E, D9 and EA. RGB value is (142,217,234). Sum of RGB (Red+Green+Blue) = 142+217+234=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ED9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED9EA is #712615. Grayscale: #C4C4C4. Windows color (decimal): -7415318 or 15391118. OLE color: 15391118.

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

Color convert

RGB 142 217 234 -
CMYK 0.39 0.07 0 0.08
HSL 191.09º 0.69% 0.74% -
HSV(B) 191.09º 0.39% 0.92% -
XYZ 50.82 61.32 87 -
YUV 196.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 142 217 234 0.39 0.07 0 0.08 191.09 0.69 0.74
Hex 8E D9 EA 27 7 0 8 BF 45 4A
Octal 216 331 352 47 7 0 10 277 105 112
Binary 10001110 11011001 11101010 100111 111 0 1000 10111111 1000101 1001010

Color Harmonies of #8ED9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED9EA

Black with #8ED9EA

Text Example


Text Example

White with #8ED9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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