#8CC9D7

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

Shades of Spray #8CC9D7

Tints of Spray #8CC9D7

Color information

#8CC9D7 (or 0x8CC9D7) is unknown color: approx Spray. HEX triplet: 8C, C9 and D7. RGB value is (140,201,215). Sum of RGB (Red+Green+Blue) = 140+201+215=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #8CC9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC9D7 is #733628. Grayscale: #B8B8B8. Windows color (decimal): -7550505 or 14141836. OLE color: 14141836.

HSL color Cylindrical-coordinate representation of color #8CC9D7: hue angle of 191.2º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CC9D7 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB140201215-
CMYK0.350.0700.16
HSL191.2º48.39%69.61%-
HSV(B)191.2º34.88%84.31%-
XYZ43.9752.2672.06-
YUV184.36145.2996.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.18%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=25.18%
G=36.15%
B=38.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402012150.350.0700.16191.248.3969.61
Hex8CC9D7237010bf3046
Octal21431132743702027760106
Binary100011001100100111010111100011111010000101111111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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