Html Css Color HEX #9BBAE0 Light Steel Blue

📋 copy color: '#9BBAE0'

red 155 ◦ green 186 ◦ blue 224

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

Shades of Light Steel Blue #9BBAE0

Tints of Light Steel Blue #9BBAE0

RGB

 RED value IS 155 (60.94% from 255) = 27.43%

 GREEN value IS 186 (73.05% from 255) = 32.92%

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

R = 27.43%
G = 32.92%
B = 39.65%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9BBAE0 (or 0x9BBAE0) is known color: Light Steel Blue. HEX triplet: 9B, BA and E0. RGB value is (155,186,224). Sum of RGB (Red+Green+Blue) = 155+186+224=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BBAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAE0 is #64451F. Grayscale: #B4B4B4. Windows color (decimal): -6571296 or 14727835. OLE color: 14727835.

HSL color Cylindrical-coordinate representation of color #9BBAE0: hue angle of 213.04º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBAE0 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 186 224 -
CMYK 0.31 0.17 0 0.12
HSL 213.04º 0.53% 0.74% -
HSV(B) 213.04º 0.31% 0.88% -
XYZ 44.53 47.47 77.34 -
YUV 181.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 155 186 224 0.31 0.17 0 0.12 213.04 0.53 0.74
Hex 9B BA E0 1F 11 0 C D5 35 4A
Octal 233 272 340 37 21 0 14 325 65 112
Binary 10011011 10111010 11100000 11111 10001 0 1100 11010101 110101 1001010

Color Harmonies of #9BBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBAE0

Black with #9BBAE0

Text Example


Text Example

White with #9BBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,186,224); }

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

background-color css

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

 a { background-color: rgb(155,186,224); }

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

border-color css

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

 span { border-color: rgb(155,186,224); }

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