Html Css Color HEX #9BBDDB Light Steel Blue

📋 copy color: '#9BBDDB'

red 155 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #9BBDDB

Tints of Light Steel Blue #9BBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.57%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 27.53%
G = 33.57%
B = 38.9%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BBDDB (or 0x9BBDDB) is known color: Light Steel Blue. HEX triplet: 9B, BD and DB. RGB value is (155,189,219). Sum of RGB (Red+Green+Blue) = 155+189+219=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDDB is #644224. Grayscale: #B6B6B6. Windows color (decimal): -6570533 or 14400923. OLE color: 14400923.

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

Color convert

RGB 155 189 219 -
CMYK 0.29 0.14 0 0.14
HSL 208.13º 0.47% 0.73% -
HSV(B) 208.13º 0.29% 0.86% -
XYZ 44.5 48.48 74.03 -
YUV 182.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 155 189 219 0.29 0.14 0 0.14 208.13 0.47 0.73
Hex 9B BD DB 1D E 0 E D0 2F 49
Octal 233 275 333 35 16 0 16 320 57 111
Binary 10011011 10111101 11011011 11101 1110 0 1110 11010000 101111 1001001

Color Harmonies of #9BBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBDDB

Black with #9BBDDB

Text Example


Text Example

White with #9BBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,189,219); }

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

background-color css

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

 a { background-color: rgb(155,189,219); }

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

border-color css

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

 span { border-color: rgb(155,189,219); }

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