#8edcf4

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

Shades of Anakiwa #8EDCF4

Tints of Anakiwa #8EDCF4

Color information

#8EDCF4 (or 0x8EDCF4) is unknown color: approx Anakiwa. HEX triplet: 8E, DC and F4. RGB value is (142,220,244). Sum of RGB (Red+Green+Blue) = 142+220+244=606 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.43% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #8EDCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCF4 is #71230B. Grayscale: #C7C7C7. Windows color (decimal): -7414540 or 16047246. OLE color: 16047246.

HSL color Cylindrical-coordinate representation of color #8EDCF4: hue angle of 194.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EDCF4 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142220244-
CMYK0.420.1000.04
HSL194.12º82.26%75.69%-
HSV(B)194.12º41.8%95.69%-
XYZ53.0863.4795.04-
YUV199.41153.1687.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.43%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 244 (95.70% from 255) = 40.26%
R=23.43%
G=36.30%
B=40.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422202440.420.1000.04194.1282.2675.69
Hex8EDCF42AA04c2524c
Octal216334364521204302122114
Binary100011101101110011110100101010101001001100001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8edcf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,244); }

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

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

 a { background-color: rgb(142,220,244); }

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

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

 span { border-color: rgb(142,220,244); }

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