#A9CAFE

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

Shades of Pale Cornflower Blue #A9CAFE

Tints of Pale Cornflower Blue #A9CAFE

Color information

#A9CAFE (or 0xA9CAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CA and FE. RGB value is (169,202,254). Sum of RGB (Red+Green+Blue) = 169+202+254=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CAFE is #563501. Grayscale: #C5C5C5. Windows color (decimal): -5649666 or 16698025. OLE color: 16698025.

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

Color convert

RGB169202254-
CMYK0.330.2000.00
HSL216.71º97.7%82.94%-
HSV(B)216.71º33.46%99.61%-
XYZ55.3757.83102.01-
YUV198.06159.57107.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.04%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=27.04%
G=32.32%
B=40.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692022540.330.2000.00216.7197.782.94
HexA9CAFE211400d96253
Octal251312376412400331142123
Binary10101001110010101111111010000110100001101100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAFE; }

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

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

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

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

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

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

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

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