#99BADE

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

Shades of Light Steel Blue #99BADE

Tints of Light Steel Blue #99BADE

Color information

#99BADE (or 0x99BADE) is unknown color: approx Light Steel Blue. HEX triplet: 99, BA and DE. RGB value is (153,186,222). Sum of RGB (Red+Green+Blue) = 153+186+222=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #99BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADE is #664521. Grayscale: #B4B4B4. Windows color (decimal): -6702370 or 14596761. OLE color: 14596761.

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

Color convert

RGB153186222-
CMYK0.310.1600.13
HSL211.3º51.11%73.53%-
HSV(B)211.3º31.08%87.06%-
XYZ43.8847.1675.9-
YUV180.24151.57108.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=27.27%
G=33.16%
B=39.57%

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
Decimal1531862220.310.1600.13211.351.1173.53
Hex99BADE1F100Dd3334a
Octal231272336372001532363112
Binary100110011011101011011110111111000001101110100111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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