#ACCDF5

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

Shades of Pale Cornflower Blue #ACCDF5

Tints of Pale Cornflower Blue #ACCDF5

Color information

#ACCDF5 (or 0xACCDF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and F5. RGB value is (172,205,245). Sum of RGB (Red+Green+Blue) = 172+205+245=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACCDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF5 is #53320A. Grayscale: #C7C7C7. Windows color (decimal): -5452299 or 16108972. OLE color: 16108972.

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

Color convert

RGB172205245-
CMYK0.300.1600.04
HSL212.88º78.49%81.76%-
HSV(B)212.88º29.8%96.08%-
XYZ55.3359.0394.86-
YUV199.69153.57108.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.65%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 245 (96.09% from 255) = 39.39%
R=27.65%
G=32.96%
B=39.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722052450.300.1600.04212.8878.4981.76
HexACCDF51E1004d54e52
Octal254315365362004325116122
Binary101011001100110111110101111101000001001101010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDF5; }

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

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

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

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

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

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

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

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