#A1C8FE

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

Shades of Pale Cornflower Blue #A1C8FE

Tints of Pale Cornflower Blue #A1C8FE

Color information

#A1C8FE (or 0xA1C8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C8 and FE. RGB value is (161,200,254). Sum of RGB (Red+Green+Blue) = 161+200+254=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C8FE is #5E3701. Grayscale: #C2C2C2. Windows color (decimal): -6174466 or 16697505. OLE color: 16697505.

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

Color convert

RGB161200254-
CMYK0.370.2100.00
HSL214.84º97.89%81.37%-
HSV(B)214.84º36.61%99.61%-
XYZ53.2456.04101.78-
YUV194.49161.58104.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.18%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=26.18%
G=32.52%
B=41.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612002540.370.2100.00214.8497.8981.37
HexA1C8FE251500d76251
Octal241310376452500327142121
Binary10100001110010001111111010010110101001101011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C8FE; }

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

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

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

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

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

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

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

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