#ACD4F6

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

Shades of Pale Cornflower Blue #ACD4F6

Tints of Pale Cornflower Blue #ACD4F6

Color information

#ACD4F6 (or 0xACD4F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D4 and F6. RGB value is (172,212,246). Sum of RGB (Red+Green+Blue) = 172+212+246=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACD4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4F6 is #532B09. Grayscale: #CBCBCB. Windows color (decimal): -5450506 or 16176300. OLE color: 16176300.

HSL color Cylindrical-coordinate representation of color #ACD4F6: hue angle of 207.57º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD4F6 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172212246-
CMYK0.300.1400.04
HSL207.57º80.43%81.96%-
HSV(B)207.57º30.08%96.47%-
XYZ57.1962.5196.24-
YUV203.92151.75105.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 246 (96.48% from 255) = 39.05%
R=27.30%
G=33.65%
B=39.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722122460.300.1400.04207.5780.4381.96
HexACD4F61EE04d05052
Octal254324366361604320120122
Binary10101100110101001111011011110111001001101000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4F6; }

 p { color: rgb(172,212,246); }

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

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

 a { background-color: rgb(172,212,246); }

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

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

 span { border-color: rgb(172,212,246); }

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