#9AAEEB

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

Shades of Perano #9AAEEB

Tints of Perano #9AAEEB

Color information

#9AAEEB (or 0x9AAEEB) is unknown color: approx Perano. HEX triplet: 9A, AE and EB. RGB value is (154,174,235). Sum of RGB (Red+Green+Blue) = 154+174+235=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAEEB is #655114. Grayscale: #AEAEAE. Windows color (decimal): -6639893 or 15445658. OLE color: 15445658.

HSL color Cylindrical-coordinate representation of color #9AAEEB: hue angle of 225.19º degrees, saturation: 0.67, 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 #9AAEEB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154174235-
CMYK0.340.2600.08
HSL225.19º66.94%76.27%-
HSV(B)225.19º34.47%92.16%-
XYZ43.4643.1484.63-
YUV174.97161.87113.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=27.35%
G=30.91%
B=41.74%

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
Decimal1541742350.340.2600.08225.1966.9476.27
Hex9AAEEB221A08e1434c
Octal2322563534232010341103114
Binary10011010101011101110101110001011010010001110000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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