#99BADD

Color #99BADD Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #99BADD

Tints of Light Steel Blue #99BADD

Color information

#99BADD (or 0x99BADD) is unknown color: approx Light Steel Blue. HEX triplet: 99, BA and DD. RGB value is (153,186,221). Sum of RGB (Red+Green+Blue) = 153+186+221=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADD is #664522. Grayscale: #B3B3B3. Windows color (decimal): -6702371 or 14531225. OLE color: 14531225.

HSL color Cylindrical-coordinate representation of color #99BADD: hue angle of 210.88º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BADD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153186221-
CMYK0.310.1600.13
HSL210.88º50%73.33%-
HSV(B)210.88º30.77%86.67%-
XYZ43.7547.1175.19-
YUV180.12151.07108.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.32%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=27.32%
G=33.21%
B=39.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531862210.310.1600.13210.885073.33
Hex99BADD1F100Dd33249
Octal231272335372001532362111
Binary100110011011101011011101111111000001101110100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BADD; }

 p { color: rgb(153,186,221); }

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

<style>
 a { background-color: #99BADD; }

 a { background-color: rgb(153,186,221); }

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

<style>
 span { border-color: #99BADD; }

 span { border-color: rgb(153,186,221); }

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