#8ECEF0

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

Shades of Anakiwa #8ECEF0

Tints of Anakiwa #8ECEF0

Color information

#8ECEF0 (or 0x8ECEF0) is unknown color: approx Anakiwa. HEX triplet: 8E, CE and F0. RGB value is (142,206,240). Sum of RGB (Red+Green+Blue) = 142+206+240=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #8ECEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECEF0 is #71310F. Grayscale: #BEBEBE. Windows color (decimal): -7418128 or 15781518. OLE color: 15781518.

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

Color convert

RGB142206240-
CMYK0.410.1400.06
HSL200.82º76.56%74.9%-
HSV(B)200.82º40.83%94.12%-
XYZ48.9556.1890.7-
YUV190.74155.893.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.15%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 240 (94.14% from 255) = 40.82%
R=24.15%
G=35.03%
B=40.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422062400.410.1400.06200.8276.5674.9
Hex8ECEF029E06c94d4b
Octal216316360511606311115113
Binary100011101100111011110000101001111001101100100110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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