Html Css Color HEX #9DBDE0 Light Steel Blue

📋 copy color: '#9DBDE0'

red 157 ◦ green 189 ◦ blue 224

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

Shades of Light Steel Blue #9DBDE0

Tints of Light Steel Blue #9DBDE0

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.3%

R = 27.54%
G = 33.16%
B = 39.3%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9DBDE0 (or 0x9DBDE0) is known color: 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

RGB 157 189 224 -
CMYK 0.30 0.16 0 0.12
HSL 211.34º 0.52% 0.75% -
HSV(B) 211.34º 0.3% 0.88% -
XYZ 45.56 48.95 77.57 -
YUV 183.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 157 189 224 0.30 0.16 0 0.12 211.34 0.52 0.75
Hex 9D BD E0 1E 10 0 C D3 34 4B
Octal 235 275 340 36 20 0 14 323 64 113
Binary 10011101 10111101 11100000 11110 10000 0 1100 11010011 110100 1001011

Color Harmonies of #9DBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBDE0

Black with #9DBDE0

Text Example


Text Example

White with #9DBDE0

Text Example


Text Example

HTML Codes & Css Web 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>