#8DD2EE

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

Shades of Anakiwa #8DD2EE

Tints of Anakiwa #8DD2EE

Color information

#8DD2EE (or 0x8DD2EE) is unknown color: approx Anakiwa. HEX triplet: 8D, D2 and EE. RGB value is (141,210,238). Sum of RGB (Red+Green+Blue) = 141+210+238=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD2EE is #722D11. Grayscale: #C0C0C0. Windows color (decimal): -7482642 or 15651469. OLE color: 15651469.

HSL color Cylindrical-coordinate representation of color #8DD2EE: hue angle of 197.32º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DD2EE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141210238-
CMYK0.410.1200.07
HSL197.32º74.05%74.31%-
HSV(B)197.32º40.76%93.33%-
XYZ49.4657.9389.46-
YUV192.56153.6491.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.94%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=23.94%
G=35.65%
B=40.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412102380.410.1200.07197.3274.0574.31
Hex8DD2EE29C07c54a4a
Octal215322356511407305112112
Binary100011011101001011101110101001110001111100010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,210,238); }

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

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

 a { background-color: rgb(141,210,238); }

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

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

 span { border-color: rgb(141,210,238); }

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