#9AA9F9

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

Shades of Perano #9AA9F9

Tints of Perano #9AA9F9

Color information

#9AA9F9 (or 0x9AA9F9) is unknown color: approx Perano. HEX triplet: 9A, A9 and F9. RGB value is (154,169,249). Sum of RGB (Red+Green+Blue) = 154+169+249=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AA9F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA9F9 is #655606. Grayscale: #ADADAD. Windows color (decimal): -6641159 or 16361882. OLE color: 16361882.

HSL color Cylindrical-coordinate representation of color #9AA9F9: hue angle of 230.53º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AA9F9 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154169249-
CMYK0.380.3200.02
HSL230.53º88.79%79.02%-
HSV(B)230.53º38.15%97.65%-
XYZ44.6142.0995.39-
YUV173.64170.53114-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.92%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=26.92%
G=29.55%
B=43.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541692490.380.3200.02230.5388.7979.02
Hex9AA9F9262002e7594f
Octal232251371464002347131117
Binary1001101010101001111110011001101000000101110011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,249); }

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

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

 a { background-color: rgb(154,169,249); }

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

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

 span { border-color: rgb(154,169,249); }

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