Html Css Color HEX #9BBADC Light Steel Blue

📋 copy color: '#9BBADC'

red 155 ◦ green 186 ◦ blue 220

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

Shades of Light Steel Blue #9BBADC

Tints of Light Steel Blue #9BBADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 27.63%
G = 33.16%
B = 39.22%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BBADC (or 0x9BBADC) is known color: Light Steel Blue. HEX triplet: 9B, BA and DC. RGB value is (155,186,220). Sum of RGB (Red+Green+Blue) = 155+186+220=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBADC is #644523. Grayscale: #B4B4B4. Windows color (decimal): -6571300 or 14465691. OLE color: 14465691.

HSL color Cylindrical-coordinate representation of color #9BBADC: hue angle of 211.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBADC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 186 220 -
CMYK 0.30 0.15 0 0.14
HSL 211.38º 0.48% 0.74% -
HSV(B) 211.38º 0.3% 0.86% -
XYZ 43.99 47.25 74.51 -
YUV 180.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 155 186 220 0.30 0.15 0 0.14 211.38 0.48 0.74
Hex 9B BA DC 1E F 0 E D3 30 4A
Octal 233 272 334 36 17 0 16 323 60 112
Binary 10011011 10111010 11011100 11110 1111 0 1110 11010011 110000 1001010

Color Harmonies of #9BBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBADC

Black with #9BBADC

Text Example


Text Example

White with #9BBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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