Html Css Color HEX #99BADC Light Steel Blue

📋 copy color: '#99BADC'

red 153 ◦ green 186 ◦ blue 220

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

Shades of Light Steel Blue #99BADC

Tints of Light Steel Blue #99BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 27.37%
G = 33.27%
B = 39.36%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99BADC (or 0x99BADC) is known color: Light Steel Blue. HEX triplet: 99, BA and DC. RGB value is (153,186,220). Sum of RGB (Red+Green+Blue) = 153+186+220=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #99BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADC is #664523. Grayscale: #B3B3B3. Windows color (decimal): -6702372 or 14465689. OLE color: 14465689.

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

Color convert

RGB 153 186 220 -
CMYK 0.30 0.15 0 0.14
HSL 210.45º 0.49% 0.73% -
HSV(B) 210.45º 0.3% 0.86% -
XYZ 43.61 47.06 74.49 -
YUV 180.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 153 186 220 0.30 0.15 0 0.14 210.45 0.49 0.73
Hex 99 BA DC 1E F 0 E D2 31 49
Octal 231 272 334 36 17 0 16 322 61 111
Binary 10011001 10111010 11011100 11110 1111 0 1110 11010010 110001 1001001

Color Harmonies of #99BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BADC

Black with #99BADC

Text Example


Text Example

White with #99BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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