#A1C5EF

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

Shades of Pale Cornflower Blue #A1C5EF

Tints of Pale Cornflower Blue #A1C5EF

Color information

#A1C5EF (or 0xA1C5EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C5 and EF. RGB value is (161,197,239). Sum of RGB (Red+Green+Blue) = 161+197+239=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5EF is #5E3A10. Grayscale: #BEBEBE. Windows color (decimal): -6175249 or 15713697. OLE color: 15713697.

HSL color Cylindrical-coordinate representation of color #A1C5EF: hue angle of 212.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C5EF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161197239-
CMYK0.330.1800.06
HSL212.31º70.91%78.43%-
HSV(B)212.31º32.64%93.73%-
XYZ50.2453.7489.39-
YUV191.02155.07106.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.97%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=26.97%
G=33.00%
B=40.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611972390.330.1800.06212.3170.9178.43
HexA1C5EF211206d4474e
Octal241305357412206324107116
Binary1010000111000101111011111000011001001101101010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C5EF; }

 p { color: rgb(161,197,239); }

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

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

 a { background-color: rgb(161,197,239); }

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

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

 span { border-color: rgb(161,197,239); }

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