#ACD6F6

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

Shades of Pale Cornflower Blue #ACD6F6

Tints of Pale Cornflower Blue #ACD6F6

Color information

#ACD6F6 (or 0xACD6F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D6 and F6. RGB value is (172,214,246). Sum of RGB (Red+Green+Blue) = 172+214+246=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACD6F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6F6 is #532909. Grayscale: #CCCCCC. Windows color (decimal): -5449994 or 16176812. OLE color: 16176812.

HSL color Cylindrical-coordinate representation of color #ACD6F6: hue angle of 205.95º 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 #ACD6F6 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172214246-
CMYK0.300.1300.04
HSL205.95º80.43%81.96%-
HSV(B)205.95º30.08%96.47%-
XYZ57.6963.5296.41-
YUV205.09151.09104.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 246 (96.48% from 255) = 38.92%
R=27.22%
G=33.86%
B=38.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722142460.300.1300.04205.9580.4381.96
HexACD6F61ED04ce5052
Octal254326366361504316120122
Binary10101100110101101111011011110110101001100111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6F6; }

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

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

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

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

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

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

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

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