#A6CAF1

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

Shades of Pale Cornflower Blue #A6CAF1

Tints of Pale Cornflower Blue #A6CAF1

Color information

#A6CAF1 (or 0xA6CAF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CA and F1. RGB value is (166,202,241). Sum of RGB (Red+Green+Blue) = 166+202+241=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAF1 is #59350E. Grayscale: #C3C3C3. Windows color (decimal): -5846287 or 15846054. OLE color: 15846054.

HSL color Cylindrical-coordinate representation of color #A6CAF1: hue angle of 211.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CAF1 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166202241-
CMYK0.310.1600.05
HSL211.2º72.82%79.8%-
HSV(B)211.2º31.12%94.51%-
XYZ52.7256.791.38-
YUV195.68153.57106.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.26%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=27.26%
G=33.17%
B=39.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662022410.310.1600.05211.272.8279.8
HexA6CAF11F1005d34950
Octal246312361372005323111120
Binary101001101100101011110001111111000001011101001110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAF1; }

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

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

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

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

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

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

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

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