#A9D6FD

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

Shades of Pale Cornflower Blue #A9D6FD

Tints of Pale Cornflower Blue #A9D6FD

Color information

#A9D6FD (or 0xA9D6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, D6 and FD. RGB value is (169,214,253). Sum of RGB (Red+Green+Blue) = 169+214+253=636 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.57% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9D6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D6FD is #562902. Grayscale: #CCCCCC. Windows color (decimal): -5646595 or 16635561. OLE color: 16635561.

HSL color Cylindrical-coordinate representation of color #A9D6FD: hue angle of 207.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D6FD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169214253-
CMYK0.330.1500.01
HSL207.86º95.45%82.75%-
HSV(B)207.86º33.2%99.22%-
XYZ58.1463.62102.14-
YUV204.99155.09102.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.57%
GREEN value IS 214 (83.98% from 255) = 33.65%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=26.57%
G=33.65%
B=39.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692142530.330.1500.01207.8695.4582.75
HexA9D6FD21F01d05f53
Octal251326375411701320137123
Binary1010100111010110111111011000011111011101000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6FD; }

 p { color: rgb(169,214,253); }

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

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

 a { background-color: rgb(169,214,253); }

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

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

 span { border-color: rgb(169,214,253); }

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