Html Css Color HEX #9ABCDB Light Steel Blue

📋 copy color: '#9ABCDB'

red 154 ◦ green 188 ◦ blue 219

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

Shades of Light Steel Blue #9ABCDB

Tints of Light Steel Blue #9ABCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.51%

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

R = 27.45%
G = 33.51%
B = 39.04%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ABCDB (or 0x9ABCDB) is known color: Light Steel Blue. HEX triplet: 9A, BC and DB. RGB value is (154,188,219). Sum of RGB (Red+Green+Blue) = 154+188+219=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ABCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCDB is #654324. Grayscale: #B5B5B5. Windows color (decimal): -6636325 or 14400666. OLE color: 14400666.

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

Color convert

RGB 154 188 219 -
CMYK 0.30 0.14 0 0.14
HSL 208.62º 0.47% 0.73% -
HSV(B) 208.62º 0.3% 0.86% -
XYZ 44.1 47.95 73.95 -
YUV 181.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 154 188 219 0.30 0.14 0 0.14 208.62 0.47 0.73
Hex 9A BC DB 1E E 0 E D1 2F 49
Octal 232 274 333 36 16 0 16 321 57 111
Binary 10011010 10111100 11011011 11110 1110 0 1110 11010001 101111 1001001

Color Harmonies of #9ABCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCDB

Black with #9ABCDB

Text Example


Text Example

White with #9ABCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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