#A6CCF7

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

Shades of Pale Cornflower Blue #A6CCF7

Tints of Pale Cornflower Blue #A6CCF7

Color information

#A6CCF7 (or 0xA6CCF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CC and F7. RGB value is (166,204,247). Sum of RGB (Red+Green+Blue) = 166+204+247=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6CCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCF7 is #593308. Grayscale: #C5C5C5. Windows color (decimal): -5845769 or 16239782. OLE color: 16239782.

HSL color Cylindrical-coordinate representation of color #A6CCF7: hue angle of 211.85º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6CCF7 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166204247-
CMYK0.330.1700.03
HSL211.85º83.51%80.98%-
HSV(B)211.85º32.79%96.86%-
XYZ54.1158.0196.34-
YUV197.54155.91105.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 247 (96.88% from 255) = 40.03%
R=26.90%
G=33.06%
B=40.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662042470.330.1700.03211.8583.5180.98
HexA6CCF7211103d45451
Octal246314367412103324124121
Binary101001101100110011110111100001100010111101010010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCF7; }

 p { color: rgb(166,204,247); }

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

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

 a { background-color: rgb(166,204,247); }

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

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

 span { border-color: rgb(166,204,247); }

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