#A9D6FE

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

Shades of Pale Cornflower Blue #A9D6FE

Tints of Pale Cornflower Blue #A9D6FE

Color information

#A9D6FE (or 0xA9D6FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, D6 and FE. RGB value is (169,214,254). Sum of RGB (Red+Green+Blue) = 169+214+254=637 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.53% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9D6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D6FE is #562901. Grayscale: #CCCCCC. Windows color (decimal): -5646594 or 16701097. OLE color: 16701097.

HSL color Cylindrical-coordinate representation of color #A9D6FE: hue angle of 208.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D6FE is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169214254-
CMYK0.330.1600.00
HSL208.24º97.7%82.94%-
HSV(B)208.24º33.46%99.61%-
XYZ58.363.68102.99-
YUV205.1155.59102.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.53%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=26.53%
G=33.59%
B=39.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692142540.330.1600.00208.2497.782.94
HexA9D6FE211000d06253
Octal251326376412000320142123
Binary10101001110101101111111010000110000001101000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6FE; }

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

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

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

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

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

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

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

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