Html Css Color HEX #99BADE Light Steel Blue

📋 copy color: '#99BADE'

red 153 ◦ green 186 ◦ blue 222

#99BADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #99BADE

Tints of Light Steel Blue #99BADE

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 value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99BADE (or 0x99BADE) is known color: 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

RGB 153 186 222 -
CMYK 0.31 0.16 0 0.13
HSL 211.3º 0.51% 0.74% -
HSV(B) 211.3º 0.31% 0.87% -
XYZ 43.88 47.16 75.9 -
YUV 180.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 153 186 222 0.31 0.16 0 0.13 211.3 0.51 0.74
Hex 99 BA DE 1F 10 0 D D3 33 4A
Octal 231 272 336 37 20 0 15 323 63 112
Binary 10011001 10111010 11011110 11111 10000 0 1101 11010011 110011 1001010

Color Harmonies of #99BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BADE

Black with #99BADE

Text Example


Text Example

White with #99BADE

Text Example


Text Example

HTML Codes & Css Web 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>