#A6C4FF

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

Shades of Pale Cornflower Blue #A6C4FF

Tints of Pale Cornflower Blue #A6C4FF

Color information

#A6C4FF (or 0xA6C4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, C4 and FF. RGB value is (166,196,255). Sum of RGB (Red+Green+Blue) = 166+196+255=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C4FF is #593B00. Grayscale: #C1C1C1. Windows color (decimal): -5847809 or 16762022. OLE color: 16762022.

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

Color convert

RGB166196255-
CMYK0.350.2300
HSL219.78º100%82.55%-
HSV(B)219.78º34.9%100%-
XYZ53.5254.81102.37-
YUV193.76162.56108.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 255 (100% from 255) = 41.33%
R=26.90%
G=31.77%
B=41.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661962550.350.2300219.7810082.55
HexA6C4FF231700dc6453
Octal246304377432700334144123
Binary10100110110001001111111110001110111001101110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C4FF; }

 p { color: rgb(166,196,255); }

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

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

 a { background-color: rgb(166,196,255); }

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

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

 span { border-color: rgb(166,196,255); }

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