#8BC2D9

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

Shades of Spray #8BC2D9

Tints of Spray #8BC2D9

Color information

#8BC2D9 (or 0x8BC2D9) is unknown color: approx Spray. HEX triplet: 8B, C2 and D9. RGB value is (139,194,217). Sum of RGB (Red+Green+Blue) = 139+194+217=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #8BC2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC2D9 is #743D26. Grayscale: #B4B4B4. Windows color (decimal): -7617831 or 14271115. OLE color: 14271115.

HSL color Cylindrical-coordinate representation of color #8BC2D9: hue angle of 197.69º degrees, saturation: 0.51, 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 #8BC2D9 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139194217-
CMYK0.360.1100.15
HSL197.69º50.65%69.8%-
HSV(B)197.69º35.94%85.1%-
XYZ42.4649.0872.88-
YUV180.18148.7898.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.27%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=25.27%
G=35.27%
B=39.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391942170.360.1100.15197.6950.6569.8
Hex8BC2D924B0Fc63346
Octal213302331441301730663106
Binary100010111100001011011001100100101101111110001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,194,217); }

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

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

 a { background-color: rgb(139,194,217); }

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

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

 span { border-color: rgb(139,194,217); }

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