#ACCDF0

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

Shades of Pale Cornflower Blue #ACCDF0

Tints of Pale Cornflower Blue #ACCDF0

Color information

#ACCDF0 (or 0xACCDF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and F0. RGB value is (172,205,240). Sum of RGB (Red+Green+Blue) = 172+205+240=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACCDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF0 is #53320F. Grayscale: #C6C6C6. Windows color (decimal): -5452304 or 15781292. OLE color: 15781292.

HSL color Cylindrical-coordinate representation of color #ACCDF0: hue angle of 210.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCDF0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172205240-
CMYK0.280.1500.06
HSL210.88º69.39%80.78%-
HSV(B)210.88º28.33%94.12%-
XYZ54.5758.7290.9-
YUV199.12151.07108.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=27.88%
G=33.23%
B=38.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722052400.280.1500.06210.8869.3980.78
HexACCDF01CF06d34551
Octal254315360341706323105121
Binary10101100110011011111000011100111101101101001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDF0; }

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

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

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

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

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

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

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

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