#A6CDFF

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

Shades of Pale Cornflower Blue #A6CDFF

Tints of Pale Cornflower Blue #A6CDFF

Color information

#A6CDFF (or 0xA6CDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CD and FF. RGB value is (166,205,255). Sum of RGB (Red+Green+Blue) = 166+205+255=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDFF is #593200. Grayscale: #C6C6C6. Windows color (decimal): -5845505 or 16764326. OLE color: 16764326.

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

Color convert

RGB166205255-
CMYK0.350.2000
HSL213.71º100%82.55%-
HSV(B)213.71º34.9%100%-
XYZ55.6158.99103.06-
YUV199.04159.58104.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.52%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 255 (100% from 255) = 40.73%
R=26.52%
G=32.75%
B=40.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662052550.350.2000213.7110082.55
HexA6CDFF231400d66453
Octal246315377432400326144123
Binary10100110110011011111111110001110100001101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDFF; }

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

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

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

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

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

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

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

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