#A6C9EF

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

Shades of Pale Cornflower Blue #A6C9EF

Tints of Pale Cornflower Blue #A6C9EF

Color information

#A6C9EF (or 0xA6C9EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, C9 and EF. RGB value is (166,201,239). Sum of RGB (Red+Green+Blue) = 166+201+239=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6C9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C9EF is #593610. Grayscale: #C2C2C2. Windows color (decimal): -5846545 or 15714726. OLE color: 15714726.

HSL color Cylindrical-coordinate representation of color #A6C9EF: hue angle of 211.23º 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 #A6C9EF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166201239-
CMYK0.310.1600.06
HSL211.23º69.52%79.41%-
HSV(B)211.23º30.54%93.73%-
XYZ52.1956.1189.74-
YUV194.87152.9107.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.39%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=27.39%
G=33.17%
B=39.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662012390.310.1600.06211.2369.5279.41
HexA6C9EF1F1006d3464f
Octal246311357372006323106117
Binary101001101100100111101111111111000001101101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C9EF; }

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

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

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

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

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

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

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

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