#8EDBF0

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

Shades of Anakiwa #8EDBF0

Tints of Anakiwa #8EDBF0

Color information

#8EDBF0 (or 0x8EDBF0) is unknown color: approx Anakiwa. HEX triplet: 8E, DB and F0. RGB value is (142,219,240). Sum of RGB (Red+Green+Blue) = 142+219+240=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #8EDBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDBF0 is #71240F. Grayscale: #C6C6C6. Windows color (decimal): -7414800 or 15784846. OLE color: 15784846.

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

Color convert

RGB142219240-
CMYK0.410.0900.06
HSL192.86º76.56%74.9%-
HSV(B)192.86º40.83%94.12%-
XYZ52.2262.7191.79-
YUV198.37151.4987.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.63%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=23.63%
G=36.44%
B=39.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422192400.410.0900.06192.8676.5674.9
Hex8EDBF029906c14d4b
Octal216333360511106301115113
Binary100011101101101111110000101001100101101100000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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