#A6C6FA

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

Shades of Pale Cornflower Blue #A6C6FA

Tints of Pale Cornflower Blue #A6C6FA

Color information

#A6C6FA (or 0xA6C6FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, C6 and FA. RGB value is (166,198,250). Sum of RGB (Red+Green+Blue) = 166+198+250=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C6FA is #593905. Grayscale: #C2C2C2. Windows color (decimal): -5847302 or 16434854. OLE color: 16434854.

HSL color Cylindrical-coordinate representation of color #A6C6FA: hue angle of 217.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6C6FA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166198250-
CMYK0.340.2100.02
HSL217.14º89.36%81.57%-
HSV(B)217.14º33.6%98.04%-
XYZ53.1855.498.33-
YUV194.36159.4107.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 198 (77.73% from 255) = 32.25%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=27.04%
G=32.25%
B=40.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661982500.340.2100.02217.1489.3681.57
HexA6C6FA221502d95952
Octal246306372422502331131122
Binary101001101100011011111010100010101010101101100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C6FA; }

 p { color: rgb(166,198,250); }

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

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

 a { background-color: rgb(166,198,250); }

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

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

 span { border-color: rgb(166,198,250); }

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