#A6D4FF

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

Shades of Pale Cornflower Blue #A6D4FF

Tints of Pale Cornflower Blue #A6D4FF

Color information

#A6D4FF (or 0xA6D4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, D4 and FF. RGB value is (166,212,255). Sum of RGB (Red+Green+Blue) = 166+212+255=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6D4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D4FF is #592B00. Grayscale: #CACACA. Windows color (decimal): -5843713 or 16766118. OLE color: 16766118.

HSL color Cylindrical-coordinate representation of color #A6D4FF: hue angle of 208.99º 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 #A6D4FF is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166212255-
CMYK0.350.1700
HSL208.99º100%82.55%-
HSV(B)208.99º34.9%100%-
XYZ57.3262.41103.63-
YUV203.15157.26101.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.22%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 255 (100% from 255) = 40.28%
R=26.22%
G=33.49%
B=40.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662122550.350.1700208.9910082.55
HexA6D4FF231100d16453
Octal246324377432100321144123
Binary10100110110101001111111110001110001001101000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D4FF; }

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

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

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

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

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

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

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

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