#99AFF0

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

Shades of Perano #99AFF0

Tints of Perano #99AFF0

Color information

#99AFF0 (or 0x99AFF0) is unknown color: approx Perano. HEX triplet: 99, AF and F0. RGB value is (153,175,240). Sum of RGB (Red+Green+Blue) = 153+175+240=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #99AFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFF0 is #66500F. Grayscale: #AFAFAF. Windows color (decimal): -6705168 or 15773593. OLE color: 15773593.

HSL color Cylindrical-coordinate representation of color #99AFF0: hue angle of 224.83º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99AFF0 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153175240-
CMYK0.360.2700.06
HSL224.83º74.36%77.06%-
HSV(B)224.83º36.25%94.12%-
XYZ44.243.7288.55-
YUV175.83164.21111.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.94%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=26.94%
G=30.81%
B=42.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531752400.360.2700.06224.8374.3677.06
Hex99AFF0241B06e14a4d
Octal231257360443306341112115
Binary1001100110101111111100001001001101101101110000110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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