Html Css Color HEX #9BBCDE Light Steel Blue

📋 copy color: '#9BBCDE'

red 155 ◦ green 188 ◦ blue 222

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

Shades of Light Steel Blue #9BBCDE

Tints of Light Steel Blue #9BBCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 27.43%
G = 33.27%
B = 39.29%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BBCDE (or 0x9BBCDE) is known color: Light Steel Blue. HEX triplet: 9B, BC and DE. RGB value is (155,188,222). Sum of RGB (Red+Green+Blue) = 155+188+222=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BBCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCDE is #644321. Grayscale: #B5B5B5. Windows color (decimal): -6570786 or 14597275. OLE color: 14597275.

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

Color convert

RGB 155 188 222 -
CMYK 0.30 0.15 0 0.13
HSL 210.45º 0.5% 0.74% -
HSV(B) 210.45º 0.3% 0.87% -
XYZ 44.69 48.21 76.06 -
YUV 182.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 155 188 222 0.30 0.15 0 0.13 210.45 0.5 0.74
Hex 9B BC DE 1E F 0 D D2 32 4A
Octal 233 274 336 36 17 0 15 322 62 112
Binary 10011011 10111100 11011110 11110 1111 0 1101 11010010 110010 1001010

Color Harmonies of #9BBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCDE

Black with #9BBCDE

Text Example


Text Example

White with #9BBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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