#A6CCFF

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

Shades of Pale Cornflower Blue #A6CCFF

Tints of Pale Cornflower Blue #A6CCFF

Color information

#A6CCFF (or 0xA6CCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CC and FF. RGB value is (166,204,255). Sum of RGB (Red+Green+Blue) = 166+204+255=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCFF is #593300. Grayscale: #C6C6C6. Windows color (decimal): -5845761 or 16764070. OLE color: 16764070.

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

Color convert

RGB166204255-
CMYK0.350.200
HSL214.38º100%82.55%-
HSV(B)214.38º34.9%100%-
XYZ55.3758.51102.98-
YUV198.45159.91104.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.56%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 255 (100% from 255) = 40.8%
R=26.56%
G=32.64%
B=40.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662042550.350.200214.3810082.55
HexA6CCFF231400d66453
Octal246314377432400326144123
Binary10100110110011001111111110001110100001101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCFF; }

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

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

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

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

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

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

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

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