Html Css Color HEX #9AB9DE Light Steel Blue

📋 copy color: '#9AB9DE'

red 154 ◦ green 185 ◦ blue 222

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

Shades of Light Steel Blue #9AB9DE

Tints of Light Steel Blue #9AB9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 27.45%
G = 32.98%
B = 39.57%

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

#9AB9DE (or 0x9AB9DE) is known color: Light Steel Blue. HEX triplet: 9A, B9 and DE. RGB value is (154,185,222). Sum of RGB (Red+Green+Blue) = 154+185+222=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AB9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9DE is #654621. Grayscale: #B3B3B3. Windows color (decimal): -6637090 or 14596506. OLE color: 14596506.

HSL color Cylindrical-coordinate representation of color #9AB9DE: hue angle of 212.65º degrees, saturation: 0.51, 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 #9AB9DE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 185 222 -
CMYK 0.31 0.17 0 0.13
HSL 212.65º 0.51% 0.74% -
HSV(B) 212.65º 0.31% 0.87% -
XYZ 43.86 46.84 75.84 -
YUV 179.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 154 185 222 0.31 0.17 0 0.13 212.65 0.51 0.74
Hex 9A B9 DE 1F 11 0 D D5 33 4A
Octal 232 271 336 37 21 0 15 325 63 112
Binary 10011010 10111001 11011110 11111 10001 0 1101 11010101 110011 1001010

Color Harmonies of #9AB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9DE

Black with #9AB9DE

Text Example


Text Example

White with #9AB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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