#A1C1FE

Color #A1C1FE Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A1C1FE

Tints of Pale Cornflower Blue #A1C1FE

Color information

#A1C1FE (or 0xA1C1FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C1 and FE. RGB value is (161,193,254). Sum of RGB (Red+Green+Blue) = 161+193+254=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C1FE is #5E3E01. Grayscale: #BEBEBE. Windows color (decimal): -6176258 or 16695713. OLE color: 16695713.

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

Color convert

RGB161193254-
CMYK0.370.2400.00
HSL219.35º97.89%81.37%-
HSV(B)219.35º36.61%99.61%-
XYZ51.6652.87101.25-
YUV190.39163.9107.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.48%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=26.48%
G=31.74%
B=41.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611932540.370.2400.00219.3597.8981.37
HexA1C1FE251800db6251
Octal241301376453000333142121
Binary10100001110000011111111010010111000001101101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1FE; }

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

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

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

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

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

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

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

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