#99AAFE

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

Shades of Perano #99AAFE

Tints of Perano #99AAFE

Color information

#99AAFE (or 0x99AAFE) is unknown color: approx Perano. HEX triplet: 99, AA and FE. RGB value is (153,170,254). Sum of RGB (Red+Green+Blue) = 153+170+254=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #99AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAFE is #665501. Grayscale: #AEAEAE. Windows color (decimal): -6706434 or 16689817. OLE color: 16689817.

HSL color Cylindrical-coordinate representation of color #99AAFE: hue angle of 229.9º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99AAFE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153170254-
CMYK0.400.3300.00
HSL229.9º98.06%79.8%-
HSV(B)229.9º39.76%99.61%-
XYZ45.442.6899.61-
YUV174.49172.87112.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=26.52%
G=29.46%
B=44.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531702540.400.3300.00229.998.0679.8
Hex99AAFE282100e66250
Octal231252376504100346142120
Binary100110011010101011111110101000100001001110011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AAFE; }

 p { color: rgb(153,170,254); }

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

<style>
 a { background-color: #99AAFE; }

 a { background-color: rgb(153,170,254); }

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

<style>
 span { border-color: #99AAFE; }

 span { border-color: rgb(153,170,254); }

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