#ACD6FC

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

Shades of Pale Cornflower Blue #ACD6FC

Tints of Pale Cornflower Blue #ACD6FC

Color information

#ACD6FC (or 0xACD6FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D6 and FC. RGB value is (172,214,252). Sum of RGB (Red+Green+Blue) = 172+214+252=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6FC is #532903. Grayscale: #CDCDCD. Windows color (decimal): -5449988 or 16570028. OLE color: 16570028.

HSL color Cylindrical-coordinate representation of color #ACD6FC: hue angle of 208.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD6FC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172214252-
CMYK0.320.1500.01
HSL208.5º93.02%83.14%-
HSV(B)208.5º31.75%98.82%-
XYZ58.6363.89101.34-
YUV205.77154.09103.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=26.96%
G=33.54%
B=39.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722142520.320.1500.01208.593.0283.14
HexACD6FC20F01d05d53
Octal254326374401701320135123
Binary1010110011010110111111001000001111011101000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6FC; }

 p { color: rgb(172,214,252); }

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

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

 a { background-color: rgb(172,214,252); }

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

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

 span { border-color: rgb(172,214,252); }

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