#9CAAEB

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

Shades of Perano #9CAAEB

Tints of Perano #9CAAEB

Color information

#9CAAEB (or 0x9CAAEB) is unknown color: approx Perano. HEX triplet: 9C, AA and EB. RGB value is (156,170,235). Sum of RGB (Red+Green+Blue) = 156+170+235=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAAEB is #635514. Grayscale: #ACACAC. Windows color (decimal): -6509845 or 15444636. OLE color: 15444636.

HSL color Cylindrical-coordinate representation of color #9CAAEB: hue angle of 229.37º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CAAEB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156170235-
CMYK0.340.2800.08
HSL229.37º66.39%76.67%-
HSV(B)229.37º33.62%92.16%-
XYZ43.0841.8284.4-
YUV173.22162.86115.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.81%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=27.81%
G=30.30%
B=41.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561702350.340.2800.08229.3766.3976.67
Hex9CAAEB221C08e5424d
Octal2342523534234010345102115
Binary10011100101010101110101110001011100010001110010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,235); }

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

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

 a { background-color: rgb(156,170,235); }

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

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

 span { border-color: rgb(156,170,235); }

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