#A2C9FC

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

Shades of Pale Cornflower Blue #A2C9FC

Tints of Pale Cornflower Blue #A2C9FC

Color information

#A2C9FC (or 0xA2C9FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, C9 and FC. RGB value is (162,201,252). Sum of RGB (Red+Green+Blue) = 162+201+252=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C9FC is #5D3603. Grayscale: #C2C2C2. Windows color (decimal): -6108676 or 16566690. OLE color: 16566690.

HSL color Cylindrical-coordinate representation of color #A2C9FC: hue angle of 214º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C9FC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162201252-
CMYK0.360.2000.01
HSL214º93.75%81.18%-
HSV(B)214º35.71%98.82%-
XYZ53.3656.48100.19-
YUV195.15160.08104.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.34%
GREEN value IS 201 (78.91% from 255) = 32.68%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=26.34%
G=32.68%
B=40.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622012520.360.2000.0121493.7581.18
HexA2C9FC241401d65e51
Octal242311374442401326136121
Binary10100010110010011111110010010010100011101011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C9FC; }

 p { color: rgb(162,201,252); }

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

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

 a { background-color: rgb(162,201,252); }

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

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

 span { border-color: rgb(162,201,252); }

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