#8EDBEF

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

Shades of Anakiwa #8EDBEF

Tints of Anakiwa #8EDBEF

Color information

#8EDBEF (or 0x8EDBEF) is unknown color: approx Anakiwa. HEX triplet: 8E, DB and EF. RGB value is (142,219,239). Sum of RGB (Red+Green+Blue) = 142+219+239=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDBEF is #712410. Grayscale: #C6C6C6. Windows color (decimal): -7414801 or 15719310. OLE color: 15719310.

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

Color convert

RGB142219239-
CMYK0.410.0800.06
HSL192.37º75.19%74.71%-
HSV(B)192.37º40.59%93.73%-
XYZ52.0762.6591.01-
YUV198.26150.9987.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.67%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=23.67%
G=36.5%
B=39.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422192390.410.0800.06192.3775.1974.71
Hex8EDBEF29806c04b4b
Octal216333357511006300113113
Binary100011101101101111101111101001100001101100000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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