Html Css Color HEX #99BAD9 Light Steel Blue

📋 copy color: '#99BAD9'

red 153 ◦ green 186 ◦ blue 217

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

Shades of Light Steel Blue #99BAD9

Tints of Light Steel Blue #99BAD9

RGB

 RED value IS 153 (60.16% from 255) = 27.52%

 GREEN value IS 186 (73.05% from 255) = 33.45%

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 27.52%
G = 33.45%
B = 39.03%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99BAD9 (or 0x99BAD9) is known color: Light Steel Blue. HEX triplet: 99, BA and D9. RGB value is (153,186,217). Sum of RGB (Red+Green+Blue) = 153+186+217=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #99BAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BAD9 is #664526. Grayscale: #B3B3B3. Windows color (decimal): -6702375 or 14269081. OLE color: 14269081.

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

Color convert

RGB 153 186 217 -
CMYK 0.29 0.14 0 0.15
HSL 209.06º 0.46% 0.73% -
HSV(B) 209.06º 0.29% 0.85% -
XYZ 43.22 46.9 72.42 -
YUV 179.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 153 186 217 0.29 0.14 0 0.15 209.06 0.46 0.73
Hex 99 BA D9 1D E 0 F D1 2E 49
Octal 231 272 331 35 16 0 17 321 56 111
Binary 10011001 10111010 11011001 11101 1110 0 1111 11010001 101110 1001001

Color Harmonies of #99BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BAD9

Black with #99BAD9

Text Example


Text Example

White with #99BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99BAD9;
 }
 .AnyTagClassName
 {
   color: #99BAD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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