Html Css Color HEX #9DBCDA Light Steel Blue

📋 copy color: '#9DBCDA'

red 157 ◦ green 188 ◦ blue 218

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

Shades of Light Steel Blue #9DBCDA

Tints of Light Steel Blue #9DBCDA

RGB

 RED value IS 157 (61.72% from 255) = 27.89%

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 27.89%
G = 33.39%
B = 38.72%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9DBCDA (or 0x9DBCDA) is known color: Light Steel Blue. HEX triplet: 9D, BC and DA. RGB value is (157,188,218). Sum of RGB (Red+Green+Blue) = 157+188+218=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCDA is #624325. Grayscale: #B5B5B5. Windows color (decimal): -6439718 or 14335133. OLE color: 14335133.

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

Color convert

RGB 157 188 218 -
CMYK 0.28 0.14 0 0.15
HSL 209.51º 0.45% 0.74% -
HSV(B) 209.51º 0.28% 0.85% -
XYZ 44.54 48.2 73.28 -
YUV 182.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 157 188 218 0.28 0.14 0 0.15 209.51 0.45 0.74
Hex 9D BC DA 1C E 0 F D2 2D 4A
Octal 235 274 332 34 16 0 17 322 55 112
Binary 10011101 10111100 11011010 11100 1110 0 1111 11010010 101101 1001010

Color Harmonies of #9DBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBCDA

Black with #9DBCDA

Text Example


Text Example

White with #9DBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,188,218); }

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

background-color css

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

 a { background-color: rgb(157,188,218); }

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

border-color css

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

 span { border-color: rgb(157,188,218); }

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