#ACD0F7

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

Shades of Pale Cornflower Blue #ACD0F7

Tints of Pale Cornflower Blue #ACD0F7

Color information

#ACD0F7 (or 0xACD0F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D0 and F7. RGB value is (172,208,247). Sum of RGB (Red+Green+Blue) = 172+208+247=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACD0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0F7 is #532F08. Grayscale: #C9C9C9. Windows color (decimal): -5451529 or 16240812. OLE color: 16240812.

HSL color Cylindrical-coordinate representation of color #ACD0F7: hue angle of 211.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD0F7 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172208247-
CMYK0.300.1600.03
HSL211.2º82.42%82.16%-
HSV(B)211.2º30.36%96.86%-
XYZ56.3660.696.72-
YUV201.68153.57106.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.43%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=27.43%
G=33.17%
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.03
SystemRedGreenBlueCMYKHSL
Decimal1722082470.300.1600.03211.282.4282.16
HexACD0F71E1003d35252
Octal254320367362003323122122
Binary10101100110100001111011111110100000111101001110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0F7; }

 p { color: rgb(172,208,247); }

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

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

 a { background-color: rgb(172,208,247); }

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

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

 span { border-color: rgb(172,208,247); }

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