#A1C9F3

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

Shades of Pale Cornflower Blue #A1C9F3

Tints of Pale Cornflower Blue #A1C9F3

Color information

#A1C9F3 (or 0xA1C9F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C9 and F3. RGB value is (161,201,243). Sum of RGB (Red+Green+Blue) = 161+201+243=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1C9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C9F3 is #5E360C. Grayscale: #C1C1C1. Windows color (decimal): -6174221 or 15976865. OLE color: 15976865.

HSL color Cylindrical-coordinate representation of color #A1C9F3: hue angle of 210.73º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1C9F3 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161201243-
CMYK0.340.1700.05
HSL210.73º77.36%79.22%-
HSV(B)210.73º33.74%95.29%-
XYZ51.7655.8292.84-
YUV193.83155.75104.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.61%
GREEN value IS 201 (78.91% from 255) = 33.22%
BLUE value IS 243 (95.31% from 255) = 40.17%
R=26.61%
G=33.22%
B=40.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612012430.340.1700.05210.7377.3679.22
HexA1C9F3221105d34d4f
Octal241311363422105323115117
Binary1010000111001001111100111000101000101011101001110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C9F3; }

 p { color: rgb(161,201,243); }

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

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

 a { background-color: rgb(161,201,243); }

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

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

 span { border-color: rgb(161,201,243); }

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