#9DBADC

Color #9DBADC Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #9DBADC

Tints of Light Steel Blue #9DBADC

Color information

#9DBADC (or 0x9DBADC) is unknown color: approx Light Steel Blue. HEX triplet: 9D, BA and DC. RGB value is (157,186,220). Sum of RGB (Red+Green+Blue) = 157+186+220=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBADC is #624523. Grayscale: #B5B5B5. Windows color (decimal): -6440228 or 14465693. OLE color: 14465693.

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

Color convert

RGB157186220-
CMYK0.290.1500.14
HSL212.38º47.37%73.92%-
HSV(B)212.38º28.64%86.27%-
XYZ44.3847.4574.53-
YUV181.2149.89110.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=27.89%
G=33.04%
B=39.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571862200.290.1500.14212.3847.3773.92
Hex9DBADC1DF0Ed42f4a
Octal235272334351701632457112
Binary10011101101110101101110011101111101110110101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,220); }

 H1.HeaderClassName
 {
   color: #9DBADC;
 }
 .AnyTagClassName
 {
   color: #9DBADC;
 }
</style>
background-color css

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

 a { background-color: rgb(157,186,220); }

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

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

 span { border-color: rgb(157,186,220); }

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