#A1CCFD

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

Shades of Pale Cornflower Blue #A1CCFD

Tints of Pale Cornflower Blue #A1CCFD

Color information

#A1CCFD (or 0xA1CCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CC and FD. RGB value is (161,204,253). Sum of RGB (Red+Green+Blue) = 161+204+253=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCFD is #5E3302. Grayscale: #C4C4C4. Windows color (decimal): -6173443 or 16632993. OLE color: 16632993.

HSL color Cylindrical-coordinate representation of color #A1CCFD: hue angle of 211.96º degrees, saturation: 0.96, 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 #A1CCFD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161204253-
CMYK0.360.1900.01
HSL211.96º95.83%81.18%-
HSV(B)211.96º36.36%99.22%-
XYZ54.0257.85101.25-
YUV196.73159.75102.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.05%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=26.05%
G=33.01%
B=40.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612042530.360.1900.01211.9695.8381.18
HexA1CCFD241301d46051
Octal241314375442301324140121
Binary10100001110011001111110110010010011011101010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCFD; }

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

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

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

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

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

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

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

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