#A1CCFA

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

Shades of Pale Cornflower Blue #A1CCFA

Tints of Pale Cornflower Blue #A1CCFA

Color information

#A1CCFA (or 0xA1CCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CC and FA. RGB value is (161,204,250). Sum of RGB (Red+Green+Blue) = 161+204+250=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCFA is #5E3305. Grayscale: #C4C4C4. Windows color (decimal): -6173446 or 16436385. OLE color: 16436385.

HSL color Cylindrical-coordinate representation of color #A1CCFA: hue angle of 211.01º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1CCFA is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161204250-
CMYK0.360.1800.02
HSL211.01º89.9%80.59%-
HSV(B)211.01º35.6%98.04%-
XYZ53.5557.6698.75-
YUV196.39158.25102.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.18%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=26.18%
G=33.17%
B=40.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612042500.360.1800.02211.0189.980.59
HexA1CCFA241202d35a51
Octal241314372442202323132121
Binary101000011100110011111010100100100100101101001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCFA; }

 p { color: rgb(161,204,250); }

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

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

 a { background-color: rgb(161,204,250); }

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

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

 span { border-color: rgb(161,204,250); }

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