Html Css Color HEX #9DBBDA Light Steel Blue

📋 copy color: '#9DBBDA'

red 157 ◦ green 187 ◦ blue 218

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

Shades of Light Steel Blue #9DBBDA

Tints of Light Steel Blue #9DBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

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

R = 27.94%
G = 33.27%
B = 38.79%

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

#9DBBDA (or 0x9DBBDA) is known color: Light Steel Blue. HEX triplet: 9D, BB and DA. RGB value is (157,187,218). Sum of RGB (Red+Green+Blue) = 157+187+218=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBDA is #624425. Grayscale: #B5B5B5. Windows color (decimal): -6439974 or 14334877. OLE color: 14334877.

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

Color convert

RGB 157 187 218 -
CMYK 0.28 0.14 0 0.15
HSL 210.49º 0.45% 0.74% -
HSV(B) 210.49º 0.28% 0.85% -
XYZ 44.33 47.77 73.21 -
YUV 181.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 157 187 218 0.28 0.14 0 0.15 210.49 0.45 0.74
Hex 9D BB DA 1C E 0 F D2 2D 4A
Octal 235 273 332 34 16 0 17 322 55 112
Binary 10011101 10111011 11011010 11100 1110 0 1111 11010010 101101 1001010

Color Harmonies of #9DBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBDA

Black with #9DBBDA

Text Example


Text Example

White with #9DBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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