#A9CCF8

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

Shades of Pale Cornflower Blue #A9CCF8

Tints of Pale Cornflower Blue #A9CCF8

Color information

#A9CCF8 (or 0xA9CCF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CC and F8. RGB value is (169,204,248). Sum of RGB (Red+Green+Blue) = 169+204+248=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #A9CCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CCF8 is #563307. Grayscale: #C6C6C6. Windows color (decimal): -5649160 or 16305321. OLE color: 16305321.

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

Color convert

RGB169204248-
CMYK0.320.1800.03
HSL213.42º84.95%81.76%-
HSV(B)213.42º31.85%97.25%-
XYZ54.958.497.19-
YUV198.55155.9106.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.21%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 248 (97.27% from 255) = 39.94%
R=27.21%
G=32.85%
B=39.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1692042480.320.1800.03213.4284.9581.76
HexA9CCF8201203d55552
Octal251314370402203325125122
Binary101010011100110011111000100000100100111101010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CCF8; }

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

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

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

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

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

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

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

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