#9AABF2

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

Shades of Perano #9AABF2

Tints of Perano #9AABF2

Color information

#9AABF2 (or 0x9AABF2) is unknown color: approx Perano. HEX triplet: 9A, AB and F2. RGB value is (154,171,242). Sum of RGB (Red+Green+Blue) = 154+171+242=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #9AABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AABF2 is #65540D. Grayscale: #ADADAD. Windows color (decimal): -6640654 or 15903642. OLE color: 15903642.

HSL color Cylindrical-coordinate representation of color #9AABF2: hue angle of 228.41º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AABF2 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154171242-
CMYK0.360.2900.05
HSL228.41º77.19%77.65%-
HSV(B)228.41º36.36%94.9%-
XYZ43.9242.4189.88-
YUV174.01166.37113.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.16%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=27.16%
G=30.16%
B=42.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541712420.360.2900.05228.4177.1977.65
Hex9AABF2241D05e44d4e
Octal232253362443505344115116
Binary1001101010101011111100101001001110101011110010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,171,242); }

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

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

 a { background-color: rgb(154,171,242); }

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

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

 span { border-color: rgb(154,171,242); }

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