#A9C1FF

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

Shades of Perano #A9C1FF

Tints of Perano #A9C1FF

Color information

#A9C1FF (or 0xA9C1FF) is unknown color: approx Perano. HEX triplet: A9, C1 and FF. RGB value is (169,193,255). Sum of RGB (Red+Green+Blue) = 169+193+255=617 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.39% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C1FF is #563E00. Grayscale: #C0C0C0. Windows color (decimal): -5651969 or 16761257. OLE color: 16761257.

HSL color Cylindrical-coordinate representation of color #A9C1FF: hue angle of 223.26º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9C1FF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169193255-
CMYK0.340.2400
HSL223.26º100%83.14%-
HSV(B)223.26º33.73%100%-
XYZ53.4853.79102.17-
YUV192.89163.05110.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.39%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 255 (100% from 255) = 41.33%
R=27.39%
G=31.28%
B=41.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691932550.340.2400223.2610083.14
HexA9C1FF221800df6453
Octal251301377423000337144123
Binary10101001110000011111111110001011000001101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1FF; }

 p { color: rgb(169,193,255); }

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

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

 a { background-color: rgb(169,193,255); }

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

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

 span { border-color: rgb(169,193,255); }

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