#8DD5DC

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

Shades of Spray #8DD5DC

Tints of Spray #8DD5DC

Color information

#8DD5DC (or 0x8DD5DC) is unknown color: approx Spray. HEX triplet: 8D, D5 and DC. RGB value is (141,213,220). Sum of RGB (Red+Green+Blue) = 141+213+220=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD5DC is #722A23. Grayscale: #C0C0C0. Windows color (decimal): -7481892 or 14472589. OLE color: 14472589.

HSL color Cylindrical-coordinate representation of color #8DD5DC: hue angle of 185.32º 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 #8DD5DC is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141213220-
CMYK0.360.0300.14
HSL185.32º53.02%70.78%-
HSV(B)185.32º35.91%86.27%-
XYZ47.758.4276.47-
YUV192.27143.6591.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.56%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=24.56%
G=37.11%
B=38.33%

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
Decimal1412132200.360.0300.14185.3253.0270.78
Hex8DD5DC2430Eb93547
Octal21532533444301627165107
Binary1000110111010101110111001001001101110101110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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