#ACD9FC

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

Shades of Pale Cornflower Blue #ACD9FC

Tints of Pale Cornflower Blue #ACD9FC

Color information

#ACD9FC (or 0xACD9FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D9 and FC. RGB value is (172,217,252). Sum of RGB (Red+Green+Blue) = 172+217+252=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9FC is #532603. Grayscale: #CFCFCF. Windows color (decimal): -5449220 or 16570796. OLE color: 16570796.

HSL color Cylindrical-coordinate representation of color #ACD9FC: hue angle of 206.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD9FC is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172217252-
CMYK0.320.1400.01
HSL206.25º93.02%83.14%-
HSV(B)206.25º31.75%98.82%-
XYZ59.465.42101.59-
YUV207.54153.09102.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=26.83%
G=33.85%
B=39.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722172520.320.1400.01206.2593.0283.14
HexACD9FC20E01ce5d53
Octal254331374401601316135123
Binary1010110011011001111111001000001110011100111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9FC; }

 p { color: rgb(172,217,252); }

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

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

 a { background-color: rgb(172,217,252); }

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

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

 span { border-color: rgb(172,217,252); }

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