#A6C7EF

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

Shades of Pale Cornflower Blue #A6C7EF

Tints of Pale Cornflower Blue #A6C7EF

Color information

#A6C7EF (or 0xA6C7EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, C7 and EF. RGB value is (166,199,239). Sum of RGB (Red+Green+Blue) = 166+199+239=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6C7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C7EF is #593810. Grayscale: #C1C1C1. Windows color (decimal): -5847057 or 15714214. OLE color: 15714214.

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

Color convert

RGB166199239-
CMYK0.310.1700.06
HSL212.88º69.52%79.41%-
HSV(B)212.88º30.54%93.73%-
XYZ51.7355.1989.59-
YUV193.69153.57108.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.48%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=27.48%
G=32.95%
B=39.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661992390.310.1700.06212.8869.5279.41
HexA6C7EF1F1106d5464f
Octal246307357372106325106117
Binary101001101100011111101111111111000101101101010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C7EF; }

 p { color: rgb(166,199,239); }

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

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

 a { background-color: rgb(166,199,239); }

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

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

 span { border-color: rgb(166,199,239); }

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