#9CBEDA

Color #9CBEDA Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #9CBEDA

Tints of Light Steel Blue #9CBEDA

Color information

#9CBEDA (or 0x9CBEDA) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BE and DA. RGB value is (156,190,218). Sum of RGB (Red+Green+Blue) = 156+190+218=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #9CBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEDA is #634125. Grayscale: #B6B6B6. Windows color (decimal): -6504742 or 14335644. OLE color: 14335644.

HSL color Cylindrical-coordinate representation of color #9CBEDA: hue angle of 207.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CBEDA is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156190218-
CMYK0.280.1300.15
HSL207.1º45.59%73.33%-
HSV(B)207.1º28.44%85.49%-
XYZ44.7848.9673.42-
YUV183.03147.74108.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=27.66%
G=33.69%
B=38.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561902180.280.1300.15207.145.5973.33
Hex9CBEDA1CD0Fcf2e49
Octal234276332341501731756111
Binary10011100101111101101101011100110101111110011111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,190,218); }

 H1.HeaderClassName
 {
   color: #9CBEDA;
 }
 .AnyTagClassName
 {
   color: #9CBEDA;
 }
</style>
background-color css

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

 a { background-color: rgb(156,190,218); }

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

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

 span { border-color: rgb(156,190,218); }

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