Html Css Color HEX #99B8DC Light Steel Blue

📋 copy color: '#99B8DC'

red 153 ◦ green 184 ◦ blue 220

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

Shades of Light Steel Blue #99B8DC

Tints of Light Steel Blue #99B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.03%

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

R = 27.47%
G = 33.03%
B = 39.5%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99B8DC (or 0x99B8DC) is known color: Light Steel Blue. HEX triplet: 99, B8 and DC. RGB value is (153,184,220). Sum of RGB (Red+Green+Blue) = 153+184+220=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #99B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B8DC is #664723. Grayscale: #B2B2B2. Windows color (decimal): -6702884 or 14465177. OLE color: 14465177.

HSL color Cylindrical-coordinate representation of color #99B8DC: hue angle of 212.24º 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 #99B8DC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 184 220 -
CMYK 0.30 0.16 0 0.14
HSL 212.24º 0.49% 0.73% -
HSV(B) 212.24º 0.3% 0.86% -
XYZ 43.2 46.22 74.35 -
YUV 178.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 153 184 220 0.30 0.16 0 0.14 212.24 0.49 0.73
Hex 99 B8 DC 1E 10 0 E D4 31 49
Octal 231 270 334 36 20 0 16 324 61 111
Binary 10011001 10111000 11011100 11110 10000 0 1110 11010100 110001 1001001

Color Harmonies of #99B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B8DC

Black with #99B8DC

Text Example


Text Example

White with #99B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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