#8EDEEF

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

Shades of Anakiwa #8EDEEF

Tints of Anakiwa #8EDEEF

Color information

#8EDEEF (or 0x8EDEEF) is unknown color: approx Anakiwa. HEX triplet: 8E, DE and EF. RGB value is (142,222,239). Sum of RGB (Red+Green+Blue) = 142+222+239=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEEF is #712110. Grayscale: #C7C7C7. Windows color (decimal): -7414033 or 15720078. OLE color: 15720078.

HSL color Cylindrical-coordinate representation of color #8EDEEF: hue angle of 190.52º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EDEEF is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142222239-
CMYK0.410.0700.06
HSL190.52º75.19%74.71%-
HSV(B)190.52º40.59%93.73%-
XYZ52.8664.2391.27-
YUV200.0215086.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.55%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=23.55%
G=36.82%
B=39.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422222390.410.0700.06190.5275.1974.71
Hex8EDEEF29706bf4b4b
Octal21633635751706277113113
Binary10001110110111101110111110100111101101011111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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