#8BCBDD

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

Shades of Spray #8BCBDD

Tints of Spray #8BCBDD

Color information

#8BCBDD (or 0x8BCBDD) is unknown color: approx Spray. HEX triplet: 8B, CB and DD. RGB value is (139,203,221). Sum of RGB (Red+Green+Blue) = 139+203+221=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBDD is #743422. Grayscale: #B9B9B9. Windows color (decimal): -7615523 or 14535563. OLE color: 14535563.

HSL color Cylindrical-coordinate representation of color #8BCBDD: hue angle of 193.17º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BCBDD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139203221-
CMYK0.370.0800.13
HSL193.17º54.67%70.59%-
HSV(B)193.17º37.1%86.67%-
XYZ45.0553.4276.34-
YUV185.92147.894.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.69%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=24.69%
G=36.06%
B=39.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392032210.370.0800.13193.1754.6770.59
Hex8BCBDD2580Dc13747
Octal213313335451001530167107
Binary100010111100101111011101100101100001101110000011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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