#99B9D8

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

Shades of Light Steel Blue #99B9D8

Tints of Light Steel Blue #99B9D8

Color information

#99B9D8 (or 0x99B9D8) is unknown color: approx Light Steel Blue. HEX triplet: 99, B9 and D8. RGB value is (153,185,216). Sum of RGB (Red+Green+Blue) = 153+185+216=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #99B9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9D8 is #664627. Grayscale: #B2B2B2. Windows color (decimal): -6702632 or 14203289. OLE color: 14203289.

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

Color convert

RGB153185216-
CMYK0.290.1400.15
HSL209.52º44.68%72.35%-
HSV(B)209.52º29.17%84.71%-
XYZ42.8846.4371.67-
YUV178.97148.9109.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.62%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=27.62%
G=33.39%
B=38.99%

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
Decimal1531852160.290.1400.15209.5244.6872.35
Hex99B9D81DE0Fd22d48
Octal231271330351601732255110
Binary10011001101110011101100011101111001111110100101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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