#9AACED

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

Shades of Perano #9AACED

Tints of Perano #9AACED

Color information

#9AACED (or 0x9AACED) is unknown color: approx Perano. HEX triplet: 9A, AC and ED. RGB value is (154,172,237). Sum of RGB (Red+Green+Blue) = 154+172+237=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #9AACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AACED is #655312. Grayscale: #ADADAD. Windows color (decimal): -6640403 or 15576218. OLE color: 15576218.

HSL color Cylindrical-coordinate representation of color #9AACED: hue angle of 226.99º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AACED is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154172237-
CMYK0.350.2700.07
HSL226.99º69.75%76.67%-
HSV(B)226.99º35.02%92.94%-
XYZ43.3742.4986.04-
YUV174.03163.54113.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=27.35%
G=30.55%
B=42.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541722370.350.2700.07226.9969.7576.67
Hex9AACED231B07e3464d
Octal232254355433307343106115
Binary1001101010101100111011011000111101101111110001110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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