#8CD5DC

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

Shades of Spray #8CD5DC

Tints of Spray #8CD5DC

Color information

#8CD5DC (or 0x8CD5DC) is unknown color: approx Spray. HEX triplet: 8C, D5 and DC. RGB value is (140,213,220). Sum of RGB (Red+Green+Blue) = 140+213+220=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD5DC is #732A23. Grayscale: #BFBFBF. Windows color (decimal): -7547428 or 14472588. OLE color: 14472588.

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

Color convert

RGB140213220-
CMYK0.360.0300.14
HSL185.25º53.33%70.59%-
HSV(B)185.25º36.36%86.27%-
XYZ47.5358.3376.46-
YUV191.97143.8290.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.43%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=24.43%
G=37.17%
B=38.39%

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
Decimal1402132200.360.0300.14185.2553.3370.59
Hex8CD5DC2430Eb93547
Octal21432533444301627165107
Binary1000110011010101110111001001001101110101110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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