#8EDEF1

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

Shades of Anakiwa #8EDEF1

Tints of Anakiwa #8EDEF1

Color information

#8EDEF1 (or 0x8EDEF1) is unknown color: approx Anakiwa. HEX triplet: 8E, DE and F1. RGB value is (142,222,241). Sum of RGB (Red+Green+Blue) = 142+222+241=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #8EDEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEF1 is #71210E. Grayscale: #C8C8C8. Windows color (decimal): -7414031 or 15851150. OLE color: 15851150.

HSL color Cylindrical-coordinate representation of color #8EDEF1: hue angle of 191.52º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EDEF1 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142222241-
CMYK0.410.0800.05
HSL191.52º77.95%75.1%-
HSV(B)191.52º41.08%94.51%-
XYZ53.1564.3492.84-
YUV200.2515186.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.47%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=23.47%
G=36.69%
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.05
SystemRedGreenBlueCMYKHSL
Decimal1422222410.410.0800.05191.5277.9575.1
Hex8EDEF129805c04e4b
Octal216336361511005300116113
Binary100011101101111011110001101001100001011100000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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