#a6ccf0

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

Shades of Pale Cornflower Blue #A6CCF0

Tints of Pale Cornflower Blue #A6CCF0

Color information

#A6CCF0 (or 0xA6CCF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CC and F0. RGB value is (166,204,240). Sum of RGB (Red+Green+Blue) = 166+204+240=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCF0 is #59330F. Grayscale: #C4C4C4. Windows color (decimal): -5845776 or 15781030. OLE color: 15781030.

HSL color Cylindrical-coordinate representation of color #A6CCF0: hue angle of 209.19º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CCF0 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166204240-
CMYK0.310.1500.06
HSL209.19º71.15%79.61%-
HSV(B)209.19º30.83%94.12%-
XYZ53.0557.5890.76-
YUV196.74152.41106.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=27.21%
G=33.44%
B=39.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662042400.310.1500.06209.1971.1579.61
HexA6CCF01FF06d14750
Octal246314360371706321107120
Binary10100110110011001111000011111111101101101000110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6ccf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6ccf0; }

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

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

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

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

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

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

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

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