Html Css Color HEX #9ABBDB Light Steel Blue

📋 copy color: '#9ABBDB'

red 154 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #9ABBDB

Tints of Light Steel Blue #9ABBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.39%

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

R = 27.5%
G = 33.39%
B = 39.11%

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

#9ABBDB (or 0x9ABBDB) is known color: Light Steel Blue. HEX triplet: 9A, BB and DB. RGB value is (154,187,219). Sum of RGB (Red+Green+Blue) = 154+187+219=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ABBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBDB is #654424. Grayscale: #B4B4B4. Windows color (decimal): -6636581 or 14400410. OLE color: 14400410.

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

Color convert

RGB 154 187 219 -
CMYK 0.30 0.15 0 0.14
HSL 209.54º 0.47% 0.73% -
HSV(B) 209.54º 0.3% 0.86% -
XYZ 43.88 47.53 73.88 -
YUV 180.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 154 187 219 0.30 0.15 0 0.14 209.54 0.47 0.73
Hex 9A BB DB 1E F 0 E D2 2F 49
Octal 232 273 333 36 17 0 16 322 57 111
Binary 10011010 10111011 11011011 11110 1111 0 1110 11010010 101111 1001001

Color Harmonies of #9ABBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBDB

Black with #9ABBDB

Text Example


Text Example

White with #9ABBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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