#99BADF

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

Shades of Light Steel Blue #99BADF

Tints of Light Steel Blue #99BADF

Color information

#99BADF (or 0x99BADF) is unknown color: approx Light Steel Blue. HEX triplet: 99, BA and DF. RGB value is (153,186,223). Sum of RGB (Red+Green+Blue) = 153+186+223=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #99BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADF is #664520. Grayscale: #B4B4B4. Windows color (decimal): -6702369 or 14662297. OLE color: 14662297.

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

Color convert

RGB153186223-
CMYK0.310.1700.13
HSL211.71º52.24%73.73%-
HSV(B)211.71º31.39%87.45%-
XYZ44.0247.2276.61-
YUV180.35152.07108.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.22%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=27.22%
G=33.10%
B=39.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531862230.310.1700.13211.7152.2473.73
Hex99BADF1F110Dd4344a
Octal231272337372101532464112
Binary100110011011101011011111111111000101101110101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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