#8DDDEC

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

Shades of Anakiwa #8DDDEC

Tints of Anakiwa #8DDDEC

Color information

#8DDDEC (or 0x8DDDEC) is unknown color: approx Anakiwa. HEX triplet: 8D, DD and EC. RGB value is (141,221,236). Sum of RGB (Red+Green+Blue) = 141+221+236=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDEC is #722213. Grayscale: #C6C6C6. Windows color (decimal): -7479828 or 15523213. OLE color: 15523213.

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

Color convert

RGB141221236-
CMYK0.400.0600.07
HSL189.47º71.43%73.92%-
HSV(B)189.47º40.25%92.55%-
XYZ51.9863.4388.86-
YUV198.7914986.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.58%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=23.58%
G=36.96%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412212360.400.0600.07189.4771.4373.92
Hex8DDDEC28607bd474a
Octal21533535450607275107112
Binary10001101110111011110110010100011001111011110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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