#ACDAFA

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

Shades of Pale Cornflower Blue #ACDAFA

Tints of Pale Cornflower Blue #ACDAFA

Color information

#ACDAFA (or 0xACDAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, DA and FA. RGB value is (172,218,250). Sum of RGB (Red+Green+Blue) = 172+218+250=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAFA is #532505. Grayscale: #CFCFCF. Windows color (decimal): -5448966 or 16439980. OLE color: 16439980.

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

Color convert

RGB172218250-
CMYK0.310.1300.02
HSL204.62º88.64%82.75%-
HSV(B)204.62º31.2%98.04%-
XYZ59.3465.82100.02-
YUV207.89151.76102.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=26.88%
G=34.06%
B=39.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722182500.310.1300.02204.6288.6482.75
HexACDAFA1FD02cd5953
Octal254332372371502315131123
Binary1010110011011010111110101111111010101100110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAFA; }

 p { color: rgb(172,218,250); }

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

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

 a { background-color: rgb(172,218,250); }

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

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

 span { border-color: rgb(172,218,250); }

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