#9AAFE7

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

Shades of Perano #9AAFE7

Tints of Perano #9AAFE7

Color information

#9AAFE7 (or 0x9AAFE7) is unknown color: approx Perano. HEX triplet: 9A, AF and E7. RGB value is (154,175,231). Sum of RGB (Red+Green+Blue) = 154+175+231=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #9AAFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAFE7 is #655018. Grayscale: #AEAEAE. Windows color (decimal): -6639641 or 15183770. OLE color: 15183770.

HSL color Cylindrical-coordinate representation of color #9AAFE7: hue angle of 223.64º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AAFE7 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB154175231-
CMYK0.330.2400.09
HSL223.64º61.6%75.49%-
HSV(B)223.64º33.33%90.59%-
XYZ43.0843.381.69-
YUV175.1159.54112.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=27.5%
G=31.25%
B=41.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1541752310.330.2400.09223.6461.675.49
Hex9AAFE7211809e03e4b
Octal232257347413001134076113
Binary1001101010101111111001111000011100001001111000001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,231); }

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

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

 a { background-color: rgb(154,175,231); }

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

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

 span { border-color: rgb(154,175,231); }

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