Html Css Color HEX #9ABCD7 Light Steel Blue

📋 copy color: '#9ABCD7'

red 154 ◦ green 188 ◦ blue 215

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

Shades of Light Steel Blue #9ABCD7

Tints of Light Steel Blue #9ABCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

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

R = 27.65%
G = 33.75%
B = 38.6%

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

#9ABCD7 (or 0x9ABCD7) is known color: Light Steel Blue. HEX triplet: 9A, BC and D7. RGB value is (154,188,215). Sum of RGB (Red+Green+Blue) = 154+188+215=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #9ABCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCD7 is #654328. Grayscale: #B4B4B4. Windows color (decimal): -6636329 or 14138522. OLE color: 14138522.

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

Color convert

RGB 154 188 215 -
CMYK 0.28 0.13 0 0.16
HSL 206.56º 0.43% 0.72% -
HSV(B) 206.56º 0.28% 0.84% -
XYZ 43.58 47.74 71.21 -
YUV 180.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 154 188 215 0.28 0.13 0 0.16 206.56 0.43 0.72
Hex 9A BC D7 1C D 0 10 CF 2B 48
Octal 232 274 327 34 15 0 20 317 53 110
Binary 10011010 10111100 11010111 11100 1101 0 10000 11001111 101011 1001000

Color Harmonies of #9ABCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCD7

Black with #9ABCD7

Text Example


Text Example

White with #9ABCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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