#99B9DD

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

Shades of Light Steel Blue #99B9DD

Tints of Light Steel Blue #99B9DD

Color information

#99B9DD (or 0x99B9DD) is unknown color: approx Light Steel Blue. HEX triplet: 99, B9 and DD. RGB value is (153,185,221). Sum of RGB (Red+Green+Blue) = 153+185+221=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #99B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9DD is #664622. Grayscale: #B3B3B3. Windows color (decimal): -6702627 or 14530969. OLE color: 14530969.

HSL color Cylindrical-coordinate representation of color #99B9DD: hue angle of 211.76º 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 #99B9DD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153185221-
CMYK0.310.1600.13
HSL211.76º50%73.33%-
HSV(B)211.76º30.77%86.67%-
XYZ43.5446.6975.12-
YUV179.54151.4109.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=27.37%
G=33.09%
B=39.53%

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
Decimal1531852210.310.1600.13211.765073.33
Hex99B9DD1F100Dd43249
Octal231271335372001532462111
Binary100110011011100111011101111111000001101110101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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