#A6C9FD

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

Shades of Pale Cornflower Blue #A6C9FD

Tints of Pale Cornflower Blue #A6C9FD

Color information

#A6C9FD (or 0xA6C9FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, C9 and FD. RGB value is (166,201,253). Sum of RGB (Red+Green+Blue) = 166+201+253=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6C9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C9FD is #593602. Grayscale: #C4C4C4. Windows color (decimal): -5846531 or 16632230. OLE color: 16632230.

HSL color Cylindrical-coordinate representation of color #A6C9FD: hue angle of 215.86º 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 #A6C9FD is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166201253-
CMYK0.340.2100.01
HSL215.86º95.6%82.16%-
HSV(B)215.86º34.39%99.22%-
XYZ54.3456.97101.06-
YUV196.46159.9106.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.77%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=26.77%
G=32.42%
B=40.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662012530.340.2100.01215.8695.682.16
HexA6C9FD221501d86052
Octal246311375422501330140122
Binary10100110110010011111110110001010101011101100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C9FD; }

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

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

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

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

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

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

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

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