Html Css Color HEX #9ABADF Light Steel Blue

📋 copy color: '#9ABADF'

red 154 ◦ green 186 ◦ blue 223

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

Shades of Light Steel Blue #9ABADF

Tints of Light Steel Blue #9ABADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.04%

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 27.35%
G = 33.04%
B = 39.61%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ABADF (or 0x9ABADF) is known color: Light Steel Blue. HEX triplet: 9A, BA and DF. RGB value is (154,186,223). Sum of RGB (Red+Green+Blue) = 154+186+223=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ABADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABADF is #654520. Grayscale: #B4B4B4. Windows color (decimal): -6636833 or 14662298. OLE color: 14662298.

HSL color Cylindrical-coordinate representation of color #9ABADF: hue angle of 212.17º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABADF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 186 223 -
CMYK 0.31 0.17 0 0.13
HSL 212.17º 0.52% 0.74% -
HSV(B) 212.17º 0.31% 0.87% -
XYZ 44.2 47.32 76.62 -
YUV 180.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 154 186 223 0.31 0.17 0 0.13 212.17 0.52 0.74
Hex 9A BA DF 1F 11 0 D D4 34 4A
Octal 232 272 337 37 21 0 15 324 64 112
Binary 10011010 10111010 11011111 11111 10001 0 1101 11010100 110100 1001010

Color Harmonies of #9ABADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABADF

Black with #9ABADF

Text Example


Text Example

White with #9ABADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,186,223); }

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

background-color css

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

 a { background-color: rgb(154,186,223); }

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

border-color css

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

 span { border-color: rgb(154,186,223); }

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