Html Css Color HEX #9FBDDA Light Steel Blue

📋 copy color: '#9FBDDA'

red 159 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #9FBDDA

Tints of Light Steel Blue #9FBDDA

RGB

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

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

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

R = 28.09%
G = 33.39%
B = 38.52%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FBDDA (or 0x9FBDDA) is known color: Light Steel Blue. HEX triplet: 9F, BD and DA. RGB value is (159,189,218). Sum of RGB (Red+Green+Blue) = 159+189+218=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDDA is #604225. Grayscale: #B7B7B7. Windows color (decimal): -6308390 or 14335391. OLE color: 14335391.

HSL color Cylindrical-coordinate representation of color #9FBDDA: hue angle of 209.49º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FBDDA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 189 218 -
CMYK 0.27 0.13 0 0.15
HSL 209.49º 0.44% 0.74% -
HSV(B) 209.49º 0.27% 0.85% -
XYZ 45.15 48.83 73.37 -
YUV 183.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 159 189 218 0.27 0.13 0 0.15 209.49 0.44 0.74
Hex 9F BD DA 1B D 0 F D1 2C 4A
Octal 237 275 332 33 15 0 17 321 54 112
Binary 10011111 10111101 11011010 11011 1101 0 1111 11010001 101100 1001010

Color Harmonies of #9FBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDDA

Black with #9FBDDA

Text Example


Text Example

White with #9FBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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