#A9CFEF

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

Shades of Pale Cornflower Blue #A9CFEF

Tints of Pale Cornflower Blue #A9CFEF

Color information

#A9CFEF (or 0xA9CFEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CF and EF. RGB value is (169,207,239). Sum of RGB (Red+Green+Blue) = 169+207+239=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFEF is #563010. Grayscale: #C7C7C7. Windows color (decimal): -5648401 or 15716265. OLE color: 15716265.

HSL color Cylindrical-coordinate representation of color #A9CFEF: hue angle of 207.43º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9CFEF is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169207239-
CMYK0.290.1300.06
HSL207.43º68.63%80%-
HSV(B)207.43º29.29%93.73%-
XYZ54.2659.2990.25-
YUV199.29150.41106.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.48%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=27.48%
G=33.66%
B=38.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692072390.290.1300.06207.4368.6380
HexA9CFEF1DD06cf4550
Octal251317357351506317105120
Binary10101001110011111110111111101110101101100111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFEF; }

 p { color: rgb(169,207,239); }

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

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

 a { background-color: rgb(169,207,239); }

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

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

 span { border-color: rgb(169,207,239); }

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