#99BADA

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

Shades of Light Steel Blue #99BADA

Tints of Light Steel Blue #99BADA

Color information

#99BADA (or 0x99BADA) is unknown color: approx Light Steel Blue. HEX triplet: 99, BA and DA. RGB value is (153,186,218). Sum of RGB (Red+Green+Blue) = 153+186+218=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #99BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADA is #664525. Grayscale: #B3B3B3. Windows color (decimal): -6702374 or 14334617. OLE color: 14334617.

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

Color convert

RGB153186218-
CMYK0.300.1500.15
HSL209.54º46.76%72.75%-
HSV(B)209.54º29.82%85.49%-
XYZ43.3546.9573.11-
YUV179.78149.57108.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=27.47%
G=33.39%
B=39.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531862180.300.1500.15209.5446.7672.75
Hex99BADA1EF0Fd22f49
Octal231272332361701732257111
Binary10011001101110101101101011110111101111110100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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