#A9D5FE

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

Shades of Pale Cornflower Blue #A9D5FE

Tints of Pale Cornflower Blue #A9D5FE

Color information

#A9D5FE (or 0xA9D5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, D5 and FE. RGB value is (169,213,254). Sum of RGB (Red+Green+Blue) = 169+213+254=636 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.57% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9D5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D5FE is #562A01. Grayscale: #CCCCCC. Windows color (decimal): -5646850 or 16700841. OLE color: 16700841.

HSL color Cylindrical-coordinate representation of color #A9D5FE: hue angle of 208.94º 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 #A9D5FE is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169213254-
CMYK0.330.1600.00
HSL208.94º97.7%82.94%-
HSV(B)208.94º33.46%99.61%-
XYZ58.0563.18102.9-
YUV204.52155.92102.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.57%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=26.57%
G=33.49%
B=39.94%

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
Decimal1692132540.330.1600.00208.9497.782.94
HexA9D5FE211000d16253
Octal251325376412000321142123
Binary10101001110101011111111010000110000001101000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D5FE; }

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

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

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

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

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

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

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

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