#9CB3E0

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

Shades of Perano #9CB3E0

Tints of Perano #9CB3E0

Color information

#9CB3E0 (or 0x9CB3E0) is unknown color: approx Perano. HEX triplet: 9C, B3 and E0. RGB value is (156,179,224). Sum of RGB (Red+Green+Blue) = 156+179+224=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CB3E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB3E0 is #634C1F. Grayscale: #B1B1B1. Windows color (decimal): -6507552 or 14726044. OLE color: 14726044.

HSL color Cylindrical-coordinate representation of color #9CB3E0: hue angle of 219.71º 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 #9CB3E0 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156179224-
CMYK0.300.2000.12
HSL219.71º52.31%74.51%-
HSV(B)219.71º30.36%87.84%-
XYZ43.2844.6976.87-
YUV177.25154.38112.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=27.91%
G=32.02%
B=40.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1561792240.300.2000.12219.7152.3174.51
Hex9CB3E01E140Cdc344b
Octal234263340362401433464113
Binary100111001011001111100000111101010001100110111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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