Html Css Color HEX #9DBFDB Light Steel Blue

📋 copy color: '#9DBFDB'

red 157 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #9DBFDB

Tints of Light Steel Blue #9DBFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.69%

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 27.69%
G = 33.69%
B = 38.62%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DBFDB (or 0x9DBFDB) is known color: Light Steel Blue. HEX triplet: 9D, BF and DB. RGB value is (157,191,219). Sum of RGB (Red+Green+Blue) = 157+191+219=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFDB is #624024. Grayscale: #B7B7B7. Windows color (decimal): -6438949 or 14401437. OLE color: 14401437.

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

Color convert

RGB 157 191 219 -
CMYK 0.28 0.13 0 0.14
HSL 207.1º 0.46% 0.74% -
HSV(B) 207.1º 0.28% 0.86% -
XYZ 45.32 49.54 74.19 -
YUV 184.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 157 191 219 0.28 0.13 0 0.14 207.1 0.46 0.74
Hex 9D BF DB 1C D 0 E CF 2E 4A
Octal 235 277 333 34 15 0 16 317 56 112
Binary 10011101 10111111 11011011 11100 1101 0 1110 11001111 101110 1001010

Color Harmonies of #9DBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFDB

Black with #9DBFDB

Text Example


Text Example

White with #9DBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,219); }

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

background-color css

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

 a { background-color: rgb(157,191,219); }

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

border-color css

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

 span { border-color: rgb(157,191,219); }

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