#9DBDE0

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

Shades of Light Steel Blue #9DBDE0

Tints of Light Steel Blue #9DBDE0

Color information

#9DBDE0 (or 0x9DBDE0) is unknown color: approx Light Steel Blue. HEX triplet: 9D, BD and E0. RGB value is (157,189,224). Sum of RGB (Red+Green+Blue) = 157+189+224=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DBDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDE0 is #62421F. Grayscale: #B7B7B7. Windows color (decimal): -6439456 or 14728605. OLE color: 14728605.

HSL color Cylindrical-coordinate representation of color #9DBDE0: hue angle of 211.34º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBDE0 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157189224-
CMYK0.300.1600.12
HSL211.34º51.94%74.71%-
HSV(B)211.34º29.91%87.84%-
XYZ45.5648.9577.57-
YUV183.42150.9109.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.54%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=27.54%
G=33.16%
B=39.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1571892240.300.1600.12211.3451.9474.71
Hex9DBDE01E100Cd3344b
Octal235275340362001432364113
Binary100111011011110111100000111101000001100110100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,189,224); }

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

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

 a { background-color: rgb(157,189,224); }

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

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

 span { border-color: rgb(157,189,224); }

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