Html Css Color HEX #9ABBD7 Light Steel Blue

📋 copy color: '#9ABBD7'

red 154 ◦ green 187 ◦ blue 215

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

Shades of Light Steel Blue #9ABBD7

Tints of Light Steel Blue #9ABBD7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.63%

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

R = 27.7%
G = 33.63%
B = 38.67%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9ABBD7 (or 0x9ABBD7) is known color: Light Steel Blue. HEX triplet: 9A, BB and D7. RGB value is (154,187,215). Sum of RGB (Red+Green+Blue) = 154+187+215=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #9ABBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBD7 is #654428. Grayscale: #B4B4B4. Windows color (decimal): -6636585 or 14138266. OLE color: 14138266.

HSL color Cylindrical-coordinate representation of color #9ABBD7: hue angle of 207.54º 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 #9ABBD7 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 187 215 -
CMYK 0.28 0.13 0 0.16
HSL 207.54º 0.43% 0.72% -
HSV(B) 207.54º 0.28% 0.84% -
XYZ 43.36 47.32 71.14 -
YUV 180.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 154 187 215 0.28 0.13 0 0.16 207.54 0.43 0.72
Hex 9A BB D7 1C D 0 10 D0 2B 48
Octal 232 273 327 34 15 0 20 320 53 110
Binary 10011010 10111011 11010111 11100 1101 0 10000 11010000 101011 1001000

Color Harmonies of #9ABBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBD7

Black with #9ABBD7

Text Example


Text Example

White with #9ABBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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