#99BBD9

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

Shades of Light Steel Blue #99BBD9

Tints of Light Steel Blue #99BBD9

Color information

#99BBD9 (or 0x99BBD9) is unknown color: approx Light Steel Blue. HEX triplet: 99, BB and D9. RGB value is (153,187,217). Sum of RGB (Red+Green+Blue) = 153+187+217=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #99BBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBD9 is #664426. Grayscale: #B4B4B4. Windows color (decimal): -6702119 or 14269337. OLE color: 14269337.

HSL color Cylindrical-coordinate representation of color #99BBD9: hue angle of 208.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BBD9 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153187217-
CMYK0.290.1400.15
HSL208.12º45.71%72.55%-
HSV(B)208.12º29.49%85.1%-
XYZ43.4347.3272.49-
YUV180.25148.74108.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=27.47%
G=33.57%
B=38.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531872170.290.1400.15208.1245.7172.55
Hex99BBD91DE0Fd02e49
Octal231273331351601732056111
Binary10011001101110111101100111101111001111110100001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,187,217); }

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

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

 a { background-color: rgb(153,187,217); }

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

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

 span { border-color: rgb(153,187,217); }

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