#9AAEED

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

Shades of Perano #9AAEED

Tints of Perano #9AAEED

Color information

#9AAEED (or 0x9AAEED) is unknown color: approx Perano. HEX triplet: 9A, AE and ED. RGB value is (154,174,237). Sum of RGB (Red+Green+Blue) = 154+174+237=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #9AAEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAEED is #655112. Grayscale: #AEAEAE. Windows color (decimal): -6639891 or 15576730. OLE color: 15576730.

HSL color Cylindrical-coordinate representation of color #9AAEED: hue angle of 225.54º 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 #9AAEED is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154174237-
CMYK0.350.2700.07
HSL225.54º69.75%76.67%-
HSV(B)225.54º35.02%92.94%-
XYZ43.7543.2686.16-
YUV175.2162.87112.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=27.26%
G=30.80%
B=41.95%

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
Decimal1541742370.350.2700.07225.5469.7576.67
Hex9AAEED231B07e2464d
Octal232256355433307342106115
Binary1001101010101110111011011000111101101111110001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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