#A9D1F8

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

Shades of Pale Cornflower Blue #A9D1F8

Tints of Pale Cornflower Blue #A9D1F8

Color information

#A9D1F8 (or 0xA9D1F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, D1 and F8. RGB value is (169,209,248). Sum of RGB (Red+Green+Blue) = 169+209+248=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #A9D1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D1F8 is #562E07. Grayscale: #C9C9C9. Windows color (decimal): -5647880 or 16306601. OLE color: 16306601.

HSL color Cylindrical-coordinate representation of color #A9D1F8: hue angle of 209.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9D1F8 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169209248-
CMYK0.320.1600.03
HSL209.62º84.95%81.76%-
HSV(B)209.62º31.85%97.25%-
XYZ56.1160.8197.59-
YUV201.49154.25104.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.00%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=27.00%
G=33.39%
B=39.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1692092480.320.1600.03209.6284.9581.76
HexA9D1F8201003d25552
Octal251321370402003322125122
Binary101010011101000111111000100000100000111101001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D1F8; }

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

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

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

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

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

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

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

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