#8ED4EE

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

Shades of Anakiwa #8ED4EE

Tints of Anakiwa #8ED4EE

Color information

#8ED4EE (or 0x8ED4EE) is unknown color: approx Anakiwa. HEX triplet: 8E, D4 and EE. RGB value is (142,212,238). Sum of RGB (Red+Green+Blue) = 142+212+238=592 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.99% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ED4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED4EE is #712B11. Grayscale: #C1C1C1. Windows color (decimal): -7416594 or 15651982. OLE color: 15651982.

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

Color convert

RGB142212238-
CMYK0.400.1100.07
HSL196.25º73.85%74.51%-
HSV(B)196.25º40.34%93.33%-
XYZ50.1359.0189.64-
YUV194.03152.8190.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.99%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=23.99%
G=35.81%
B=40.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422122380.400.1100.07196.2573.8574.51
Hex8ED4EE28B07c44a4b
Octal216324356501307304112113
Binary100011101101010011101110101000101101111100010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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