#99AFFF

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

Shades of Perano #99AFFF

Tints of Perano #99AFFF

Color information

#99AFFF (or 0x99AFFF) is unknown color: approx Perano. HEX triplet: 99, AF and FF. RGB value is (153,175,255). Sum of RGB (Red+Green+Blue) = 153+175+255=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #99AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFFF is #665000. Grayscale: #B1B1B1. Windows color (decimal): -6705153 or 16756633. OLE color: 16756633.

HSL color Cylindrical-coordinate representation of color #99AFFF: hue angle of 227.06º 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 #99AFFF is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153175255-
CMYK0.40.3100
HSL227.06º100%80%-
HSV(B)227.06º40%100%-
XYZ46.5244.65100.77-
YUV177.54171.71110.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.24%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 255 (100% from 255) = 43.74%
R=26.24%
G=30.02%
B=43.74%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531752550.40.3100227.0610080
Hex99AFFF281F00e36450
Octal231257377503700343144120
Binary10011001101011111111111110100011111001110001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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