#A9CEF5

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

Shades of Pale Cornflower Blue #A9CEF5

Tints of Pale Cornflower Blue #A9CEF5

Color information

#A9CEF5 (or 0xA9CEF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CE and F5. RGB value is (169,206,245). Sum of RGB (Red+Green+Blue) = 169+206+245=620 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.26% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #A9CEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CEF5 is #56310A. Grayscale: #C7C7C7. Windows color (decimal): -5648651 or 16109225. OLE color: 16109225.

HSL color Cylindrical-coordinate representation of color #A9CEF5: hue angle of 210.79º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9CEF5 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169206245-
CMYK0.310.1600.04
HSL210.79º79.17%81.18%-
HSV(B)210.79º31.02%96.08%-
XYZ54.9159.1794.91-
YUV199.38153.74106.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.26%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 245 (96.09% from 255) = 39.52%
R=27.26%
G=33.23%
B=39.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1692062450.310.1600.04210.7979.1781.18
HexA9CEF51F1004d34f51
Octal251316365372004323117121
Binary101010011100111011110101111111000001001101001110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEF5; }

 p { color: rgb(169,206,245); }

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

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

 a { background-color: rgb(169,206,245); }

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

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

 span { border-color: rgb(169,206,245); }

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