Html Css Color HEX #9DBADA Light Steel Blue

📋 copy color: '#9DBADA'

red 157 ◦ green 186 ◦ blue 218

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

Shades of Light Steel Blue #9DBADA

Tints of Light Steel Blue #9DBADA

RGB

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

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

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

R = 27.99%
G = 33.16%
B = 38.86%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9DBADA (or 0x9DBADA) is known color: Light Steel Blue. HEX triplet: 9D, BA and DA. RGB value is (157,186,218). Sum of RGB (Red+Green+Blue) = 157+186+218=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBADA is #624525. Grayscale: #B4B4B4. Windows color (decimal): -6440230 or 14334621. OLE color: 14334621.

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

Color convert

RGB 157 186 218 -
CMYK 0.28 0.15 0 0.15
HSL 211.48º 0.45% 0.74% -
HSV(B) 211.48º 0.28% 0.85% -
XYZ 44.12 47.35 73.14 -
YUV 180.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 157 186 218 0.28 0.15 0 0.15 211.48 0.45 0.74
Hex 9D BA DA 1C F 0 F D3 2D 4A
Octal 235 272 332 34 17 0 17 323 55 112
Binary 10011101 10111010 11011010 11100 1111 0 1111 11010011 101101 1001010

Color Harmonies of #9DBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBADA

Black with #9DBADA

Text Example


Text Example

White with #9DBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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