#A6C7FE

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

Shades of Pale Cornflower Blue #A6C7FE

Tints of Pale Cornflower Blue #A6C7FE

Color information

#A6C7FE (or 0xA6C7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, C7 and FE. RGB value is (166,199,254). Sum of RGB (Red+Green+Blue) = 166+199+254=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C7FE is #593801. Grayscale: #C3C3C3. Windows color (decimal): -5847042 or 16697254. OLE color: 16697254.

HSL color Cylindrical-coordinate representation of color #A6C7FE: hue angle of 217.5º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C7FE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166199254-
CMYK0.350.2200.00
HSL217.5º97.78%82.35%-
HSV(B)217.5º34.65%99.61%-
XYZ54.0456.11101.75-
YUV195.4161.07107.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.82%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=26.82%
G=32.15%
B=41.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661992540.350.2200.00217.597.7882.35
HexA6C7FE231600da6252
Octal246307376432600332142122
Binary10100110110001111111111010001110110001101101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C7FE; }

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

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

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

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

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

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

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

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