#A9C1FE

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

Shades of Perano #A9C1FE

Tints of Perano #A9C1FE

Color information

#A9C1FE (or 0xA9C1FE) is unknown color: approx Perano. HEX triplet: A9, C1 and FE. RGB value is (169,193,254). Sum of RGB (Red+Green+Blue) = 169+193+254=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C1FE is #563E01. Grayscale: #C0C0C0. Windows color (decimal): -5651970 or 16695721. OLE color: 16695721.

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

Color convert

RGB169193254-
CMYK0.330.2400.00
HSL223.06º97.7%82.94%-
HSV(B)223.06º33.46%99.61%-
XYZ53.3253.73101.33-
YUV192.78162.55111.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.44%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=27.44%
G=31.33%
B=41.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691932540.330.2400.00223.0697.782.94
HexA9C1FE211800df6253
Octal251301376413000337142123
Binary10101001110000011111111010000111000001101111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1FE; }

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

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

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

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

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

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

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

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