#A6CAF7

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

Shades of Pale Cornflower Blue #A6CAF7

Tints of Pale Cornflower Blue #A6CAF7

Color information

#A6CAF7 (or 0xA6CAF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CA and F7. RGB value is (166,202,247). Sum of RGB (Red+Green+Blue) = 166+202+247=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAF7 is #593508. Grayscale: #C4C4C4. Windows color (decimal): -5846281 or 16239270. OLE color: 16239270.

HSL color Cylindrical-coordinate representation of color #A6CAF7: hue angle of 213.33º 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 #A6CAF7 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166202247-
CMYK0.330.1800.03
HSL213.33º83.51%80.98%-
HSV(B)213.33º32.79%96.86%-
XYZ53.6357.0696.18-
YUV196.37156.57106.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.99%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 247 (96.88% from 255) = 40.16%
R=26.99%
G=32.85%
B=40.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662022470.330.1800.03213.3383.5180.98
HexA6CAF7211203d55451
Octal246312367412203325124121
Binary101001101100101011110111100001100100111101010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAF7; }

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

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

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

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

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

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

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

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