#a6caf6

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

Shades of Pale Cornflower Blue #A6CAF6

Tints of Pale Cornflower Blue #A6CAF6

Color information

#A6CAF6 (or 0xA6CAF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CA and F6. RGB value is (166,202,246). Sum of RGB (Red+Green+Blue) = 166+202+246=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6CAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAF6 is #593509. Grayscale: #C4C4C4. Windows color (decimal): -5846282 or 16173734. OLE color: 16173734.

HSL color Cylindrical-coordinate representation of color #A6CAF6: hue angle of 213º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6CAF6 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166202246-
CMYK0.330.1800.04
HSL213º81.63%80.78%-
HSV(B)213º32.52%96.47%-
XYZ53.485795.37-
YUV196.25156.07106.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 246 (96.48% from 255) = 40.07%
R=27.04%
G=32.90%
B=40.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662022460.330.1800.0421381.6380.78
HexA6CAF6211204d55251
Octal246312366412204325122121
Binary1010011011001010111101101000011001001001101010110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6caf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6caf6; }

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

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

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

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

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

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

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

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