#a6cdf0

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

Shades of Pale Cornflower Blue #A6CDF0

Tints of Pale Cornflower Blue #A6CDF0

Color information

#A6CDF0 (or 0xA6CDF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CD and F0. RGB value is (166,205,240). Sum of RGB (Red+Green+Blue) = 166+205+240=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDF0 is #59320F. Grayscale: #C5C5C5. Windows color (decimal): -5845520 or 15781286. OLE color: 15781286.

HSL color Cylindrical-coordinate representation of color #A6CDF0: hue angle of 208.38º 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 #A6CDF0 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166205240-
CMYK0.310.1500.06
HSL208.38º71.15%79.61%-
HSV(B)208.38º30.83%94.12%-
XYZ53.2958.0690.84-
YUV197.33152.08105.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.17%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=27.17%
G=33.55%
B=39.28%

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
Decimal1662052400.310.1500.06208.3871.1579.61
HexA6CDF01FF06d04750
Octal246315360371706320107120
Binary10100110110011011111000011111111101101101000010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6cdf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6cdf0; }

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

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

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

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

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

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

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

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