Html Css Color HEX #9BBBDA Light Steel Blue

📋 copy color: '#9BBBDA'

red 155 ◦ green 187 ◦ blue 218

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

Shades of Light Steel Blue #9BBBDA

Tints of Light Steel Blue #9BBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.39%

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

R = 27.68%
G = 33.39%
B = 38.93%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BBBDA (or 0x9BBBDA) is known color: Light Steel Blue. HEX triplet: 9B, BB and DA. RGB value is (155,187,218). Sum of RGB (Red+Green+Blue) = 155+187+218=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBDA is #644425. Grayscale: #B4B4B4. Windows color (decimal): -6571046 or 14334875. OLE color: 14334875.

HSL color Cylindrical-coordinate representation of color #9BBBDA: hue angle of 209.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBBDA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 187 218 -
CMYK 0.29 0.14 0 0.15
HSL 209.52º 0.46% 0.73% -
HSV(B) 209.52º 0.29% 0.85% -
XYZ 43.94 47.57 73.2 -
YUV 180.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 155 187 218 0.29 0.14 0 0.15 209.52 0.46 0.73
Hex 9B BB DA 1D E 0 F D2 2E 49
Octal 233 273 332 35 16 0 17 322 56 111
Binary 10011011 10111011 11011010 11101 1110 0 1111 11010010 101110 1001001

Color Harmonies of #9BBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBDA

Black with #9BBBDA

Text Example


Text Example

White with #9BBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,218); }

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

background-color css

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

 a { background-color: rgb(155,187,218); }

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

border-color css

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

 span { border-color: rgb(155,187,218); }

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