#9CBDE1

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

Shades of Light Steel Blue #9CBDE1

Tints of Light Steel Blue #9CBDE1

Color information

#9CBDE1 (or 0x9CBDE1) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BD and E1. RGB value is (156,189,225). Sum of RGB (Red+Green+Blue) = 156+189+225=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #9CBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDE1 is #63421E. Grayscale: #B7B7B7. Windows color (decimal): -6504991 or 14794140. OLE color: 14794140.

HSL color Cylindrical-coordinate representation of color #9CBDE1: hue angle of 211.3º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CBDE1 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156189225-
CMYK0.310.1600.12
HSL211.3º53.49%74.71%-
HSV(B)211.3º30.67%88.24%-
XYZ45.548.978.27-
YUV183.24151.57108.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.37%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=27.37%
G=33.16%
B=39.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1561892250.310.1600.12211.353.4974.71
Hex9CBDE11F100Cd3354b
Octal234275341372001432365113
Binary100111001011110111100001111111000001100110100111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,225); }

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

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

 a { background-color: rgb(156,189,225); }

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

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

 span { border-color: rgb(156,189,225); }

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