Html Css Color HEX #9BBDDA Light Steel Blue

📋 copy color: '#9BBDDA'

red 155 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #9BBDDA

Tints of Light Steel Blue #9BBDDA

RGB

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

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

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

R = 27.58%
G = 33.63%
B = 38.79%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BBDDA (or 0x9BBDDA) is known color: Light Steel Blue. HEX triplet: 9B, BD and DA. RGB value is (155,189,218). Sum of RGB (Red+Green+Blue) = 155+189+218=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDDA is #644225. Grayscale: #B5B5B5. Windows color (decimal): -6570534 or 14335387. OLE color: 14335387.

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

Color convert

RGB 155 189 218 -
CMYK 0.29 0.13 0 0.15
HSL 207.62º 0.46% 0.73% -
HSV(B) 207.62º 0.29% 0.85% -
XYZ 44.37 48.43 73.34 -
YUV 182.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 155 189 218 0.29 0.13 0 0.15 207.62 0.46 0.73
Hex 9B BD DA 1D D 0 F D0 2E 49
Octal 233 275 332 35 15 0 17 320 56 111
Binary 10011011 10111101 11011010 11101 1101 0 1111 11010000 101110 1001001

Color Harmonies of #9BBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBDDA

Black with #9BBDDA

Text Example


Text Example

White with #9BBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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