#8BCCD8

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

Shades of Spray #8BCCD8

Tints of Spray #8BCCD8

Color information

#8BCCD8 (or 0x8BCCD8) is unknown color: approx Spray. HEX triplet: 8B, CC and D8. RGB value is (139,204,216). Sum of RGB (Red+Green+Blue) = 139+204+216=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BCCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCD8 is #743327. Grayscale: #B9B9B9. Windows color (decimal): -7615272 or 14208139. OLE color: 14208139.

HSL color Cylindrical-coordinate representation of color #8BCCD8: hue angle of 189.35º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BCCD8 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139204216-
CMYK0.360.0600.15
HSL189.35º49.68%69.61%-
HSV(B)189.35º35.65%84.71%-
XYZ44.6353.6372.97-
YUV185.93144.9794.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.87%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=24.87%
G=36.49%
B=38.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392042160.360.0600.15189.3549.6869.61
Hex8BCCD82460Fbd3246
Octal21331433044601727562106
Binary10001011110011001101100010010011001111101111011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,216); }

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

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

 a { background-color: rgb(139,204,216); }

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

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

 span { border-color: rgb(139,204,216); }

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