Html Css Color HEX #9BBCDA Light Steel Blue

📋 copy color: '#9BBCDA'

red 155 ◦ green 188 ◦ blue 218

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

Shades of Light Steel Blue #9BBCDA

Tints of Light Steel Blue #9BBCDA

RGB

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

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

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

R = 27.63%
G = 33.51%
B = 38.86%

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

#9BBCDA (or 0x9BBCDA) is known color: Light Steel Blue. HEX triplet: 9B, BC and DA. RGB value is (155,188,218). Sum of RGB (Red+Green+Blue) = 155+188+218=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCDA is #644325. Grayscale: #B5B5B5. Windows color (decimal): -6570790 or 14335131. OLE color: 14335131.

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

Color convert

RGB 155 188 218 -
CMYK 0.29 0.14 0 0.15
HSL 208.57º 0.46% 0.73% -
HSV(B) 208.57º 0.29% 0.85% -
XYZ 44.16 48 73.27 -
YUV 181.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 155 188 218 0.29 0.14 0 0.15 208.57 0.46 0.73
Hex 9B BC DA 1D E 0 F D1 2E 49
Octal 233 274 332 35 16 0 17 321 56 111
Binary 10011011 10111100 11011010 11101 1110 0 1111 11010001 101110 1001001

Color Harmonies of #9BBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCDA

Black with #9BBCDA

Text Example


Text Example

White with #9BBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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