#ACD8F6

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

Shades of Pale Cornflower Blue #ACD8F6

Tints of Pale Cornflower Blue #ACD8F6

Color information

#ACD8F6 (or 0xACD8F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D8 and F6. RGB value is (172,216,246). Sum of RGB (Red+Green+Blue) = 172+216+246=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACD8F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8F6 is #532709. Grayscale: #CECECE. Windows color (decimal): -5449482 or 16177324. OLE color: 16177324.

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

Color convert

RGB172216246-
CMYK0.300.1200.04
HSL204.32º80.43%81.96%-
HSV(B)204.32º30.08%96.47%-
XYZ58.264.5496.58-
YUV206.26150.42103.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=27.13%
G=34.07%
B=38.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722162460.300.1200.04204.3280.4381.96
HexACD8F61EC04cc5052
Octal254330366361404314120122
Binary10101100110110001111011011110110001001100110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8F6; }

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

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

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

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

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

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

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

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