Html Css Color HEX #9ABCDC Light Steel Blue

📋 copy color: '#9ABCDC'

red 154 ◦ green 188 ◦ blue 220

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

Shades of Light Steel Blue #9ABCDC

Tints of Light Steel Blue #9ABCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 27.4%
G = 33.45%
B = 39.15%

CMYK

 C value IS 0.3

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ABCDC (or 0x9ABCDC) is known color: Light Steel Blue. HEX triplet: 9A, BC and DC. RGB value is (154,188,220). Sum of RGB (Red+Green+Blue) = 154+188+220=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCDC is #654323. Grayscale: #B5B5B5. Windows color (decimal): -6636324 or 14466202. OLE color: 14466202.

HSL color Cylindrical-coordinate representation of color #9ABCDC: hue angle of 209.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABCDC is Cyan = 0.3, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 188 220 -
CMYK 0.3 0.15 0 0.14
HSL 209.09º 0.49% 0.73% -
HSV(B) 209.09º 0.3% 0.86% -
XYZ 44.23 48 74.64 -
YUV 181.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 154 188 220 0.3 0.15 0 0.14 209.09 0.49 0.73
Hex 9A BC DC 1E F 0 E D1 31 49
Octal 232 274 334 36 17 0 16 321 61 111
Binary 10011010 10111100 11011100 11110 1111 0 1110 11010001 110001 1001001

Color Harmonies of #9ABCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCDC

Black with #9ABCDC

Text Example


Text Example

White with #9ABCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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