Html Css Color HEX #9AB9DA Light Steel Blue

📋 copy color: '#9AB9DA'

red 154 ◦ green 185 ◦ blue 218

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

Shades of Light Steel Blue #9AB9DA

Tints of Light Steel Blue #9AB9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 27.65%
G = 33.21%
B = 39.14%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9AB9DA (or 0x9AB9DA) is known color: Light Steel Blue. HEX triplet: 9A, B9 and DA. RGB value is (154,185,218). Sum of RGB (Red+Green+Blue) = 154+185+218=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AB9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9DA is #654625. Grayscale: #B3B3B3. Windows color (decimal): -6637094 or 14334362. OLE color: 14334362.

HSL color Cylindrical-coordinate representation of color #9AB9DA: hue angle of 210.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AB9DA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 185 218 -
CMYK 0.29 0.15 0 0.15
HSL 210.94º 0.46% 0.73% -
HSV(B) 210.94º 0.29% 0.85% -
XYZ 43.33 46.63 73.05 -
YUV 179.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 154 185 218 0.29 0.15 0 0.15 210.94 0.46 0.73
Hex 9A B9 DA 1D F 0 F D3 2E 49
Octal 232 271 332 35 17 0 17 323 56 111
Binary 10011010 10111001 11011010 11101 1111 0 1111 11010011 101110 1001001

Color Harmonies of #9AB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9DA

Black with #9AB9DA

Text Example


Text Example

White with #9AB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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