Html Css Color HEX #9AB9DB Light Steel Blue

📋 copy color: '#9AB9DB'

red 154 ◦ green 185 ◦ blue 219

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

Shades of Light Steel Blue #9AB9DB

Tints of Light Steel Blue #9AB9DB

RGB

 RED value IS 154 (60.55% from 255) = 27.6%

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 27.6%
G = 33.15%
B = 39.25%

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

#9AB9DB (or 0x9AB9DB) is known color: Light Steel Blue. HEX triplet: 9A, B9 and DB. RGB value is (154,185,219). Sum of RGB (Red+Green+Blue) = 154+185+219=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9DB is #654624. Grayscale: #B3B3B3. Windows color (decimal): -6637093 or 14399898. OLE color: 14399898.

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

Color convert

RGB 154 185 219 -
CMYK 0.30 0.16 0 0.14
HSL 211.38º 0.47% 0.73% -
HSV(B) 211.38º 0.3% 0.86% -
XYZ 43.46 46.68 73.74 -
YUV 179.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 154 185 219 0.30 0.16 0 0.14 211.38 0.47 0.73
Hex 9A B9 DB 1E 10 0 E D3 2F 49
Octal 232 271 333 36 20 0 16 323 57 111
Binary 10011010 10111001 11011011 11110 10000 0 1110 11010011 101111 1001001

Color Harmonies of #9AB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9DB

Black with #9AB9DB

Text Example


Text Example

White with #9AB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB9DB; }

 p { color: rgb(154,185,219); }

 H1.HeaderClassName
 {
   color: #9AB9DB;
 }
 .AnyTagClassName
 {
   color: #9AB9DB;
 }
</style>

background-color css

<style>
 a { background-color: #9AB9DB; }

 a { background-color: rgb(154,185,219); }

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

border-color css

<style>
 span { border-color: #9AB9DB; }

 span { border-color: rgb(154,185,219); }

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