#9AACEA

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

Shades of Perano #9AACEA

Tints of Perano #9AACEA

Color information

#9AACEA (or 0x9AACEA) is unknown color: approx Perano. HEX triplet: 9A, AC and EA. RGB value is (154,172,234). Sum of RGB (Red+Green+Blue) = 154+172+234=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AACEA is #655315. Grayscale: #ADADAD. Windows color (decimal): -6640406 or 15379610. OLE color: 15379610.

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

Color convert

RGB154172234-
CMYK0.340.2600.08
HSL226.5º65.57%76.08%-
HSV(B)226.5º34.19%91.76%-
XYZ42.9342.3283.75-
YUV173.69162.04113.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=27.5%
G=30.71%
B=41.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541722340.340.2600.08226.565.5776.08
Hex9AACEA221A08e2424c
Octal2322543524232010342102114
Binary10011010101011001110101010001011010010001110001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,172,234); }

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

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

 a { background-color: rgb(154,172,234); }

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

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

 span { border-color: rgb(154,172,234); }

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