#A1C7F0

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

Shades of Pale Cornflower Blue #A1C7F0

Tints of Pale Cornflower Blue #A1C7F0

Color information

#A1C7F0 (or 0xA1C7F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C7 and F0. RGB value is (161,199,240). Sum of RGB (Red+Green+Blue) = 161+199+240=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1C7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C7F0 is #5E380F. Grayscale: #C0C0C0. Windows color (decimal): -6174736 or 15779745. OLE color: 15779745.

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

Color convert

RGB161199240-
CMYK0.330.1700.06
HSL211.14º72.48%78.63%-
HSV(B)211.14º32.92%94.12%-
XYZ50.8554.7290.32-
YUV192.31154.91105.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 199 (78.12% from 255) = 33.17%
BLUE value IS 240 (94.14% from 255) = 40%
R=26.83%
G=33.17%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611992400.330.1700.06211.1472.4878.63
HexA1C7F0211106d3484f
Octal241307360412106323110117
Binary1010000111000111111100001000011000101101101001110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C7F0; }

 p { color: rgb(161,199,240); }

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

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

 a { background-color: rgb(161,199,240); }

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

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

 span { border-color: rgb(161,199,240); }

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