Html Css Color HEX #99B9E3 Light Steel Blue

📋 copy color: '#99B9E3'

red 153 ◦ green 185 ◦ blue 227

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

Shades of Light Steel Blue #99B9E3

Tints of Light Steel Blue #99B9E3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.74%

 BLUE value IS 227 (89.06% from 255) = 40.18%

R = 27.08%
G = 32.74%
B = 40.18%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#99B9E3 (or 0x99B9E3) is known color: Light Steel Blue. HEX triplet: 99, B9 and E3. RGB value is (153,185,227). Sum of RGB (Red+Green+Blue) = 153+185+227=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #99B9E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9E3 is #66461C. Grayscale: #B4B4B4. Windows color (decimal): -6702621 or 14924185. OLE color: 14924185.

HSL color Cylindrical-coordinate representation of color #99B9E3: hue angle of 214.05º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99B9E3 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 185 227 -
CMYK 0.33 0.19 0 0.11
HSL 214.05º 0.57% 0.75% -
HSV(B) 214.05º 0.33% 0.89% -
XYZ 44.35 47.02 79.41 -
YUV 180.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 153 185 227 0.33 0.19 0 0.11 214.05 0.57 0.75
Hex 99 B9 E3 21 13 0 B D6 39 4B
Octal 231 271 343 41 23 0 13 326 71 113
Binary 10011001 10111001 11100011 100001 10011 0 1011 11010110 111001 1001011

Color Harmonies of #99B9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B9E3

Black with #99B9E3

Text Example


Text Example

White with #99B9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,185,227); }

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

background-color css

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

 a { background-color: rgb(153,185,227); }

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

border-color css

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

 span { border-color: rgb(153,185,227); }

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