#A9CEFF

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

Shades of Pale Cornflower Blue #A9CEFF

Tints of Pale Cornflower Blue #A9CEFF

Color information

#A9CEFF (or 0xA9CEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CE and FF. RGB value is (169,206,255). Sum of RGB (Red+Green+Blue) = 169+206+255=630 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.83% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CEFF is #563100. Grayscale: #C8C8C8. Windows color (decimal): -5648641 or 16764585. OLE color: 16764585.

HSL color Cylindrical-coordinate representation of color #A9CEFF: hue angle of 214.19º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9CEFF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169206255-
CMYK0.340.1900
HSL214.19º100%83.14%-
HSV(B)214.19º33.73%100%-
XYZ56.4859.8103.17-
YUV200.52158.74105.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.83%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 255 (100% from 255) = 40.48%
R=26.83%
G=32.70%
B=40.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692062550.340.1900214.1910083.14
HexA9CEFF221300d66453
Octal251316377422300326144123
Binary10101001110011101111111110001010011001101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEFF; }

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

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

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

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

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

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

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

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