#99AFFA

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

Shades of Perano #99AFFA

Tints of Perano #99AFFA

Color information

#99AFFA (or 0x99AFFA) is unknown color: approx Perano. HEX triplet: 99, AF and FA. RGB value is (153,175,250). Sum of RGB (Red+Green+Blue) = 153+175+250=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #99AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFFA is #665005. Grayscale: #B0B0B0. Windows color (decimal): -6705158 or 16428953. OLE color: 16428953.

HSL color Cylindrical-coordinate representation of color #99AFFA: hue angle of 226.39º 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 #99AFFA is Cyan = 0.39, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153175250-
CMYK0.390.300.02
HSL226.39º90.65%79.02%-
HSV(B)226.39º38.8%98.04%-
XYZ45.7244.3396.59-
YUV176.97169.21110.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.47%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=26.47%
G=30.28%
B=43.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531752500.390.300.02226.3990.6579.02
Hex99AFFA271E02e25b4f
Octal231257372473602342133117
Binary100110011010111111111010100111111100101110001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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