#8DD0E8

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

Shades of Anakiwa #8DD0E8

Tints of Anakiwa #8DD0E8

Color information

#8DD0E8 (or 0x8DD0E8) is unknown color: approx Anakiwa. HEX triplet: 8D, D0 and E8. RGB value is (141,208,232). Sum of RGB (Red+Green+Blue) = 141+208+232=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DD0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD0E8 is #722F17. Grayscale: #BEBEBE. Windows color (decimal): -7483160 or 15257741. OLE color: 15257741.

HSL color Cylindrical-coordinate representation of color #8DD0E8: hue angle of 195.82º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DD0E8 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141208232-
CMYK0.390.1000.09
HSL195.82º66.42%73.14%-
HSV(B)195.82º39.22%90.98%-
XYZ48.1156.684.73-
YUV190.7151.392.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 232 (91.02% from 255) = 39.93%
R=24.27%
G=35.80%
B=39.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412082320.390.1000.09195.8266.4273.14
Hex8DD0E827A09c44249
Octal2153203504712011304102111
Binary1000110111010000111010001001111010010011100010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,232); }

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

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

 a { background-color: rgb(141,208,232); }

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

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

 span { border-color: rgb(141,208,232); }

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