Html Css Color HEX #9FBDDE Light Steel Blue

📋 copy color: '#9FBDDE'

red 159 ◦ green 189 ◦ blue 222

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

Shades of Light Steel Blue #9FBDDE

Tints of Light Steel Blue #9FBDDE

RGB

 RED value IS 159 (62.5% from 255) = 27.89%

 GREEN value IS 189 (74.22% from 255) = 33.16%

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 27.89%
G = 33.16%
B = 38.95%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FBDDE (or 0x9FBDDE) is known color: Light Steel Blue. HEX triplet: 9F, BD and DE. RGB value is (159,189,222). Sum of RGB (Red+Green+Blue) = 159+189+222=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDDE is #604221. Grayscale: #B7B7B7. Windows color (decimal): -6308386 or 14597535. OLE color: 14597535.

HSL color Cylindrical-coordinate representation of color #9FBDDE: hue angle of 211.43º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FBDDE is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 189 222 -
CMYK 0.28 0.15 0 0.13
HSL 211.43º 0.49% 0.75% -
HSV(B) 211.43º 0.28% 0.87% -
XYZ 45.68 49.04 76.17 -
YUV 183.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 159 189 222 0.28 0.15 0 0.13 211.43 0.49 0.75
Hex 9F BD DE 1C F 0 D D3 31 4B
Octal 237 275 336 34 17 0 15 323 61 113
Binary 10011111 10111101 11011110 11100 1111 0 1101 11010011 110001 1001011

Color Harmonies of #9FBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDDE

Black with #9FBDDE

Text Example


Text Example

White with #9FBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,189,222); }

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

background-color css

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

 a { background-color: rgb(159,189,222); }

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

border-color css

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

 span { border-color: rgb(159,189,222); }

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