#8DDDEA

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

Shades of Anakiwa #8DDDEA

Tints of Anakiwa #8DDDEA

Color information

#8DDDEA (or 0x8DDDEA) is unknown color: approx Anakiwa. HEX triplet: 8D, DD and EA. RGB value is (141,221,234). Sum of RGB (Red+Green+Blue) = 141+221+234=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDEA is #722215. Grayscale: #C6C6C6. Windows color (decimal): -7479830 or 15392141. OLE color: 15392141.

HSL color Cylindrical-coordinate representation of color #8DDDEA: hue angle of 188.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDDEA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141221234-
CMYK0.400.0600.08
HSL188.39º68.89%73.53%-
HSV(B)188.39º39.74%91.76%-
XYZ51.6963.3287.34-
YUV198.5614886.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.66%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=23.66%
G=37.08%
B=39.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412212340.400.0600.08188.3968.8973.53
Hex8DDDEA28608bc454a
Octal215335352506010274105112
Binary100011011101110111101010101000110010001011110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,234); }

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

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

 a { background-color: rgb(141,221,234); }

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

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

 span { border-color: rgb(141,221,234); }

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