#99A6F0

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

Shades of Perano #99A6F0

Tints of Perano #99A6F0

Color information

#99A6F0 (or 0x99A6F0) is unknown color: approx Perano. HEX triplet: 99, A6 and F0. RGB value is (153,166,240). Sum of RGB (Red+Green+Blue) = 153+166+240=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #99A6F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A6F0 is #66590F. Grayscale: #AAAAAA. Windows color (decimal): -6707472 or 15771289. OLE color: 15771289.

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

Color convert

RGB153166240-
CMYK0.360.3100.06
HSL231.03º74.36%77.06%-
HSV(B)231.03º36.25%94.12%-
XYZ42.540.3487.98-
YUV170.55167.19115.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=27.37%
G=29.70%
B=42.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531662400.360.3100.06231.0374.3677.06
Hex99A6F0241F06e74a4d
Octal231246360443706347112115
Binary1001100110100110111100001001001111101101110011110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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