#A9D0FA

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

Shades of Pale Cornflower Blue #A9D0FA

Tints of Pale Cornflower Blue #A9D0FA

Color information

#A9D0FA (or 0xA9D0FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, D0 and FA. RGB value is (169,208,250). Sum of RGB (Red+Green+Blue) = 169+208+250=627 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.95% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D0FA is #562F05. Grayscale: #C8C8C8. Windows color (decimal): -5648134 or 16437417. OLE color: 16437417.

HSL color Cylindrical-coordinate representation of color #A9D0FA: hue angle of 211.11º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9D0FA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169208250-
CMYK0.320.1700.02
HSL211.11º89.01%82.16%-
HSV(B)211.11º32.4%98.04%-
XYZ56.1760.4599.15-
YUV201.13155.58105.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.95%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=26.95%
G=33.17%
B=39.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692082500.320.1700.02211.1189.0182.16
HexA9D0FA201102d35952
Octal251320372402102323131122
Binary101010011101000011111010100000100010101101001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D0FA; }

 p { color: rgb(169,208,250); }

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

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

 a { background-color: rgb(169,208,250); }

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

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

 span { border-color: rgb(169,208,250); }

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