#8BCBD8

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

Shades of Spray #8BCBD8

Tints of Spray #8BCBD8

Color information

#8BCBD8 (or 0x8BCBD8) is unknown color: approx Spray. HEX triplet: 8B, CB and D8. RGB value is (139,203,216). Sum of RGB (Red+Green+Blue) = 139+203+216=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BCBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBD8 is #743427. Grayscale: #B9B9B9. Windows color (decimal): -7615528 or 14207883. OLE color: 14207883.

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

Color convert

RGB139203216-
CMYK0.360.0600.15
HSL190.13º49.68%69.61%-
HSV(B)190.13º35.65%84.71%-
XYZ44.453.1672.89-
YUV185.35145.394.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.91%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 216 (84.77% from 255) = 38.71%
R=24.91%
G=36.38%
B=38.71%

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
Decimal1392032160.360.0600.15190.1349.6869.61
Hex8BCBD82460Fbe3246
Octal21331333044601727662106
Binary10001011110010111101100010010011001111101111101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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