Html Css Color HEX #9DBCDC Light Steel Blue

📋 copy color: '#9DBCDC'

red 157 ◦ green 188 ◦ blue 220

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

Shades of Light Steel Blue #9DBCDC

Tints of Light Steel Blue #9DBCDC

RGB

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

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

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

R = 27.79%
G = 33.27%
B = 38.94%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DBCDC (or 0x9DBCDC) is known color: Light Steel Blue. HEX triplet: 9D, BC and DC. RGB value is (157,188,220). Sum of RGB (Red+Green+Blue) = 157+188+220=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCDC is #624323. Grayscale: #B6B6B6. Windows color (decimal): -6439716 or 14466205. OLE color: 14466205.

HSL color Cylindrical-coordinate representation of color #9DBCDC: hue angle of 210.48º 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 #9DBCDC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 188 220 -
CMYK 0.29 0.15 0 0.14
HSL 210.48º 0.47% 0.74% -
HSV(B) 210.48º 0.29% 0.86% -
XYZ 44.81 48.3 74.67 -
YUV 182.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 157 188 220 0.29 0.15 0 0.14 210.48 0.47 0.74
Hex 9D BC DC 1D F 0 E D2 2F 4A
Octal 235 274 334 35 17 0 16 322 57 112
Binary 10011101 10111100 11011100 11101 1111 0 1110 11010010 101111 1001010

Color Harmonies of #9DBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBCDC

Black with #9DBCDC

Text Example


Text Example

White with #9DBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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