#8CC9D0

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

Shades of Spray #8CC9D0

Tints of Spray #8CC9D0

Color information

#8CC9D0 (or 0x8CC9D0) is unknown color: approx Spray. HEX triplet: 8C, C9 and D0. RGB value is (140,201,208). Sum of RGB (Red+Green+Blue) = 140+201+208=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CC9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC9D0 is #73362F. Grayscale: #B7B7B7. Windows color (decimal): -7550512 or 13683084. OLE color: 13683084.

HSL color Cylindrical-coordinate representation of color #8CC9D0: hue angle of 186.18º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CC9D0 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140201208-
CMYK0.330.0300.18
HSL186.18º41.98%68.24%-
HSV(B)186.18º32.69%81.57%-
XYZ43.0951.967.42-
YUV183.56141.7996.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.50%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=25.50%
G=36.61%
B=37.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402012080.330.0300.18186.1841.9868.24
Hex8CC9D0213012ba2a44
Octal21431132041302227252104
Binary10001100110010011101000010000111010010101110101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,208); }

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

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

 a { background-color: rgb(140,201,208); }

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

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

 span { border-color: rgb(140,201,208); }

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