#8DD6DC

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

Shades of Spray #8DD6DC

Tints of Spray #8DD6DC

Color information

#8DD6DC (or 0x8DD6DC) is unknown color: approx Spray. HEX triplet: 8D, D6 and DC. RGB value is (141,214,220). Sum of RGB (Red+Green+Blue) = 141+214+220=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DD6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD6DC is #722923. Grayscale: #C0C0C0. Windows color (decimal): -7481636 or 14472845. OLE color: 14472845.

HSL color Cylindrical-coordinate representation of color #8DD6DC: hue angle of 184.56º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DD6DC is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141214220-
CMYK0.360.0300.14
HSL184.56º53.02%70.78%-
HSV(B)184.56º35.91%86.27%-
XYZ47.9558.9276.56-
YUV192.86143.3291.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.52%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=24.52%
G=37.22%
B=38.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412142200.360.0300.14184.5653.0270.78
Hex8DD6DC2430Eb93547
Octal21532633444301627165107
Binary1000110111010110110111001001001101110101110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,220); }

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

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

 a { background-color: rgb(141,214,220); }

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

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

 span { border-color: rgb(141,214,220); }

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