#ACCDF6

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

Shades of Pale Cornflower Blue #ACCDF6

Tints of Pale Cornflower Blue #ACCDF6

Color information

#ACCDF6 (or 0xACCDF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and F6. RGB value is (172,205,246). Sum of RGB (Red+Green+Blue) = 172+205+246=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACCDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF6 is #533209. Grayscale: #C7C7C7. Windows color (decimal): -5452298 or 16174508. OLE color: 16174508.

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

Color convert

RGB172205246-
CMYK0.300.1700.04
HSL213.24º80.43%81.96%-
HSV(B)213.24º30.08%96.47%-
XYZ55.4859.0995.67-
YUV199.81154.07108.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=27.61%
G=32.91%
B=39.49%

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
Decimal1722052460.300.1700.04213.2480.4381.96
HexACCDF61E1104d55052
Octal254315366362104325120122
Binary101011001100110111110110111101000101001101010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDF6; }

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

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

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

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

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

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

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

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