Html Css Color HEX #9AB9D7 Light Steel Blue

📋 copy color: '#9AB9D7'

red 154 ◦ green 185 ◦ blue 215

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

Shades of Light Steel Blue #9AB9D7

Tints of Light Steel Blue #9AB9D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.81%

R = 27.8%
G = 33.39%
B = 38.81%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9AB9D7 (or 0x9AB9D7) is known color: Light Steel Blue. HEX triplet: 9A, B9 and D7. RGB value is (154,185,215). Sum of RGB (Red+Green+Blue) = 154+185+215=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #9AB9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9D7 is #654628. Grayscale: #B3B3B3. Windows color (decimal): -6637097 or 14137754. OLE color: 14137754.

HSL color Cylindrical-coordinate representation of color #9AB9D7: hue angle of 209.51º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AB9D7 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 185 215 -
CMYK 0.28 0.14 0 0.16
HSL 209.51º 0.43% 0.72% -
HSV(B) 209.51º 0.28% 0.84% -
XYZ 42.94 46.47 71 -
YUV 179.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 154 185 215 0.28 0.14 0 0.16 209.51 0.43 0.72
Hex 9A B9 D7 1C E 0 10 D2 2B 48
Octal 232 271 327 34 16 0 20 322 53 110
Binary 10011010 10111001 11010111 11100 1110 0 10000 11010010 101011 1001000

Color Harmonies of #9AB9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9D7

Black with #9AB9D7

Text Example


Text Example

White with #9AB9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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