#A9D1FE

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

Shades of Pale Cornflower Blue #A9D1FE

Tints of Pale Cornflower Blue #A9D1FE

Color information

#A9D1FE (or 0xA9D1FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, D1 and FE. RGB value is (169,209,254). Sum of RGB (Red+Green+Blue) = 169+209+254=632 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.74% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D1FE is #562E01. Grayscale: #C9C9C9. Windows color (decimal): -5647874 or 16699817. OLE color: 16699817.

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

Color convert

RGB169209254-
CMYK0.330.1800.00
HSL211.76º97.7%82.94%-
HSV(B)211.76º33.46%99.61%-
XYZ57.0561.19102.57-
YUV202.17157.25104.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.74%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=26.74%
G=33.07%
B=40.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692092540.330.1800.00211.7697.782.94
HexA9D1FE211200d46253
Octal251321376412200324142123
Binary10101001110100011111111010000110010001101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D1FE; }

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

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

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

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

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

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

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

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