#99AAFA

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

Shades of Perano #99AAFA

Tints of Perano #99AAFA

Color information

#99AAFA (or 0x99AAFA) is unknown color: approx Perano. HEX triplet: 99, AA and FA. RGB value is (153,170,250). Sum of RGB (Red+Green+Blue) = 153+170+250=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #99AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAFA is #665505. Grayscale: #ADADAD. Windows color (decimal): -6706438 or 16427673. OLE color: 16427673.

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

Color convert

RGB153170250-
CMYK0.390.3200.02
HSL229.48º90.65%79.02%-
HSV(B)229.48º38.8%98.04%-
XYZ44.7742.4296.27-
YUV174.04170.87113-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=26.70%
G=29.67%
B=43.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531702500.390.3200.02229.4890.6579.02
Hex99AAFA272002e55b4f
Octal231252372474002345133117
Binary1001100110101010111110101001111000000101110010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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