#8CCDDD

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

Shades of Spray #8CCDDD

Tints of Spray #8CCDDD

Color information

#8CCDDD (or 0x8CCDDD) is unknown color: approx Spray. HEX triplet: 8C, CD and DD. RGB value is (140,205,221). Sum of RGB (Red+Green+Blue) = 140+205+221=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDDD is #733222. Grayscale: #BBBBBB. Windows color (decimal): -7549475 or 14536076. OLE color: 14536076.

HSL color Cylindrical-coordinate representation of color #8CCDDD: hue angle of 191.85º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCDDD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140205221-
CMYK0.370.0700.13
HSL191.85º54.36%70.78%-
HSV(B)191.85º36.65%86.67%-
XYZ45.754.4676.51-
YUV187.39146.9794.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.73%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=24.73%
G=36.22%
B=39.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402052210.370.0700.13191.8554.3670.78
Hex8CCDDD2570Dc03647
Octal21431533545701530066107
Binary10001100110011011101110110010111101101110000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,205,221); }

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

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

 a { background-color: rgb(140,205,221); }

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

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

 span { border-color: rgb(140,205,221); }

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