#8ED9EE

Color #8ED9EE Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8ED9EE

Tints of Anakiwa #8ED9EE

Color information

#8ED9EE (or 0x8ED9EE) is unknown color: approx Anakiwa. HEX triplet: 8E, D9 and EE. RGB value is (142,217,238). Sum of RGB (Red+Green+Blue) = 142+217+238=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ED9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED9EE is #712611. Grayscale: #C4C4C4. Windows color (decimal): -7415314 or 15653262. OLE color: 15653262.

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

Color convert

RGB142217238-
CMYK0.400.0900.07
HSL193.12º73.85%74.51%-
HSV(B)193.12º40.34%93.33%-
XYZ51.461.5590.06-
YUV196.97151.1588.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.79%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=23.79%
G=36.35%
B=39.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422172380.400.0900.07193.1273.8574.51
Hex8ED9EE28907c14a4b
Octal216331356501107301112113
Binary100011101101100111101110101000100101111100000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ED9EE;
 }
 .AnyTagClassName
 {
   color: #8ED9EE;
 }
</style>
background-color css

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

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

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

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

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

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