#A6CFFD

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

Shades of Pale Cornflower Blue #A6CFFD

Tints of Pale Cornflower Blue #A6CFFD

Color information

#A6CFFD (or 0xA6CFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CF and FD. RGB value is (166,207,253). Sum of RGB (Red+Green+Blue) = 166+207+253=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFFD is #593002. Grayscale: #C7C7C7. Windows color (decimal): -5844995 or 16633766. OLE color: 16633766.

HSL color Cylindrical-coordinate representation of color #A6CFFD: hue angle of 211.72º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6CFFD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166207253-
CMYK0.340.1800.01
HSL211.72º95.6%82.16%-
HSV(B)211.72º34.39%99.22%-
XYZ55.7759.82101.54-
YUV199.98157.92103.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.52%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=26.52%
G=33.07%
B=40.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662072530.340.1800.01211.7295.682.16
HexA6CFFD221201d46052
Octal246317375422201324140122
Binary10100110110011111111110110001010010011101010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFFD; }

 p { color: rgb(166,207,253); }

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

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

 a { background-color: rgb(166,207,253); }

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

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

 span { border-color: rgb(166,207,253); }

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