#A1C0FE

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

Shades of Pale Cornflower Blue #A1C0FE

Tints of Pale Cornflower Blue #A1C0FE

Color information

#A1C0FE (or 0xA1C0FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C0 and FE. RGB value is (161,192,254). Sum of RGB (Red+Green+Blue) = 161+192+254=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C0FE is #5E3F01. Grayscale: #BDBDBD. Windows color (decimal): -6176514 or 16695457. OLE color: 16695457.

HSL color Cylindrical-coordinate representation of color #A1C0FE: hue angle of 220º 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 #A1C0FE is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB161192254-
CMYK0.370.2400.00
HSL220º97.89%81.37%-
HSV(B)220º36.61%99.61%-
XYZ51.4452.43101.18-
YUV189.8164.23107.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.52%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=26.52%
G=31.63%
B=41.85%

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
Decimal1611922540.370.2400.0022097.8981.37
HexA1C0FE251800dc6251
Octal241300376453000334142121
Binary10100001110000001111111010010111000001101110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C0FE; }

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

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

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

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

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

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

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

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