#ACCCF6

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

Shades of Pale Cornflower Blue #ACCCF6

Tints of Pale Cornflower Blue #ACCCF6

Color information

#ACCCF6 (or 0xACCCF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CC and F6. RGB value is (172,204,246). Sum of RGB (Red+Green+Blue) = 172+204+246=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACCCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCF6 is #533309. Grayscale: #C7C7C7. Windows color (decimal): -5452554 or 16174252. OLE color: 16174252.

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

Color convert

RGB172204246-
CMYK0.300.1700.04
HSL214.05º80.43%81.96%-
HSV(B)214.05º30.08%96.47%-
XYZ55.2458.6195.59-
YUV199.22154.4108.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.65%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=27.65%
G=32.80%
B=39.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722042460.300.1700.04214.0580.4381.96
HexACCCF61E1104d65052
Octal254314366362104326120122
Binary101011001100110011110110111101000101001101011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCF6; }

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

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

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

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

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

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

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

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