Html Css Color HEX #9BBADA Light Steel Blue

📋 copy color: '#9BBADA'

red 155 ◦ green 186 ◦ blue 218

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

Shades of Light Steel Blue #9BBADA

Tints of Light Steel Blue #9BBADA

RGB

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

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

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

R = 27.73%
G = 33.27%
B = 39%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BBADA (or 0x9BBADA) is known color: Light Steel Blue. HEX triplet: 9B, BA and DA. RGB value is (155,186,218). Sum of RGB (Red+Green+Blue) = 155+186+218=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBADA is #644525. Grayscale: #B4B4B4. Windows color (decimal): -6571302 or 14334619. OLE color: 14334619.

HSL color Cylindrical-coordinate representation of color #9BBADA: hue angle of 210.48º 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 #9BBADA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 186 218 -
CMYK 0.29 0.15 0 0.15
HSL 210.48º 0.46% 0.73% -
HSV(B) 210.48º 0.29% 0.85% -
XYZ 43.73 47.15 73.13 -
YUV 180.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 155 186 218 0.29 0.15 0 0.15 210.48 0.46 0.73
Hex 9B BA DA 1D F 0 F D2 2E 49
Octal 233 272 332 35 17 0 17 322 56 111
Binary 10011011 10111010 11011010 11101 1111 0 1111 11010010 101110 1001001

Color Harmonies of #9BBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBADA

Black with #9BBADA

Text Example


Text Example

White with #9BBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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