Html Css Color HEX #9DBAD4 Light Steel Blue

📋 copy color: '#9DBAD4'

red 157 ◦ green 186 ◦ blue 212

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

Shades of Light Steel Blue #9DBAD4

Tints of Light Steel Blue #9DBAD4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.51%

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 28.29%
G = 33.51%
B = 38.2%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9DBAD4 (or 0x9DBAD4) is known color: Light Steel Blue. HEX triplet: 9D, BA and D4. RGB value is (157,186,212). Sum of RGB (Red+Green+Blue) = 157+186+212=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #9DBAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAD4 is #62452B. Grayscale: #B4B4B4. Windows color (decimal): -6440236 or 13941405. OLE color: 13941405.

HSL color Cylindrical-coordinate representation of color #9DBAD4: hue angle of 208.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DBAD4 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 186 212 -
CMYK 0.26 0.12 0 0.17
HSL 208.36º 0.39% 0.72% -
HSV(B) 208.36º 0.26% 0.83% -
XYZ 43.35 47.04 69.08 -
YUV 180.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 157 186 212 0.26 0.12 0 0.17 208.36 0.39 0.72
Hex 9D BA D4 1A C 0 11 D0 27 48
Octal 235 272 324 32 14 0 21 320 47 110
Binary 10011101 10111010 11010100 11010 1100 0 10001 11010000 100111 1001000

Color Harmonies of #9DBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBAD4

Black with #9DBAD4

Text Example


Text Example

White with #9DBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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