#99A6FF

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

Shades of Perano #99A6FF

Tints of Perano #99A6FF

Color information

#99A6FF (or 0x99A6FF) is unknown color: approx Perano. HEX triplet: 99, A6 and FF. RGB value is (153,166,255). Sum of RGB (Red+Green+Blue) = 153+166+255=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #99A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A6FF is #665900. Grayscale: #ABABAB. Windows color (decimal): -6707457 or 16754329. OLE color: 16754329.

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

Color convert

RGB153166255-
CMYK0.40.3500
HSL232.35º100%80%-
HSV(B)232.35º40%100%-
XYZ44.8241.26100.21-
YUV172.26174.69114.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.66%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 255 (100% from 255) = 44.43%
R=26.66%
G=28.92%
B=44.43%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531662550.40.3500232.3510080
Hex99A6FF282300e86450
Octal231246377504300350144120
Binary100110011010011011111111101000100011001110100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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