#99AAFF

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

Shades of Perano #99AAFF

Tints of Perano #99AAFF

Color information

#99AAFF (or 0x99AAFF) is unknown color: approx Perano. HEX triplet: 99, AA and FF. RGB value is (153,170,255). Sum of RGB (Red+Green+Blue) = 153+170+255=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #99AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAFF is #665500. Grayscale: #AEAEAE. Windows color (decimal): -6706433 or 16755353. OLE color: 16755353.

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

Color convert

RGB153170255-
CMYK0.40.3300
HSL230º100%80%-
HSV(B)230º40%100%-
XYZ45.5642.74100.46-
YUV174.61173.37112.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.47%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 255 (100% from 255) = 44.12%
R=26.47%
G=29.41%
B=44.12%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531702550.40.330023010080
Hex99AAFF282100e66450
Octal231252377504100346144120
Binary100110011010101011111111101000100001001110011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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