#9CA0E0

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

Shades of Blue Bell #9CA0E0

Tints of Blue Bell #9CA0E0

Color information

#9CA0E0 (or 0x9CA0E0) is unknown color: approx Blue Bell. HEX triplet: 9C, A0 and E0. RGB value is (156,160,224). Sum of RGB (Red+Green+Blue) = 156+160+224=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CA0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0E0 is #635F1F. Grayscale: #A5A5A5. Windows color (decimal): -6512416 or 14721180. OLE color: 14721180.

HSL color Cylindrical-coordinate representation of color #9CA0E0: hue angle of 236.47º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA0E0 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156160224-
CMYK0.300.2900.12
HSL236.47º52.31%74.51%-
HSV(B)236.47º30.36%87.84%-
XYZ39.7437.5975.68-
YUV166.1160.67120.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.89%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 224 (87.89% from 255) = 41.48%
R=28.89%
G=29.63%
B=41.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1561602240.300.2900.12236.4752.3174.51
Hex9CA0E01E1D0Cec344b
Octal234240340363501435464113
Binary100111001010000011100000111101110101100111011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,224); }

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

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

 a { background-color: rgb(156,160,224); }

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

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

 span { border-color: rgb(156,160,224); }

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