Html Css Color HEX #9FBCE0 Light Steel Blue

📋 copy color: '#9FBCE0'

red 159 ◦ green 188 ◦ blue 224

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

Shades of Light Steel Blue #9FBCE0

Tints of Light Steel Blue #9FBCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.92%

 BLUE value IS 224 (87.89% from 255) = 39.23%

R = 27.85%
G = 32.92%
B = 39.23%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9FBCE0 (or 0x9FBCE0) is known color: Light Steel Blue. HEX triplet: 9F, BC and E0. RGB value is (159,188,224). Sum of RGB (Red+Green+Blue) = 159+188+224=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCE0 is #60431F. Grayscale: #B7B7B7. Windows color (decimal): -6308640 or 14728351. OLE color: 14728351.

HSL color Cylindrical-coordinate representation of color #9FBCE0: hue angle of 213.23º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FBCE0 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 188 224 -
CMYK 0.29 0.16 0 0.12
HSL 213.23º 0.51% 0.75% -
HSV(B) 213.23º 0.29% 0.88% -
XYZ 45.74 48.72 77.51 -
YUV 183.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 159 188 224 0.29 0.16 0 0.12 213.23 0.51 0.75
Hex 9F BC E0 1D 10 0 C D5 33 4B
Octal 237 274 340 35 20 0 14 325 63 113
Binary 10011111 10111100 11100000 11101 10000 0 1100 11010101 110011 1001011

Color Harmonies of #9FBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCE0

Black with #9FBCE0

Text Example


Text Example

White with #9FBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,224); }

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

background-color css

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

 a { background-color: rgb(159,188,224); }

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

border-color css

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

 span { border-color: rgb(159,188,224); }

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