#ACD7FF

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

Shades of Pale Cornflower Blue #ACD7FF

Tints of Pale Cornflower Blue #ACD7FF

Color information

#ACD7FF (or 0xACD7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D7 and FF. RGB value is (172,215,255). Sum of RGB (Red+Green+Blue) = 172+215+255=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7FF is #532800. Grayscale: #CECECE. Windows color (decimal): -5449729 or 16766892. OLE color: 16766892.

HSL color Cylindrical-coordinate representation of color #ACD7FF: hue angle of 208.92º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD7FF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172215255-
CMYK0.330.1600
HSL208.92º100%83.73%-
HSV(B)208.92º32.55%100%-
XYZ59.3664.59103.95-
YUV206.7155.25103.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 255 (100% from 255) = 39.72%
R=26.79%
G=33.49%
B=39.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722152550.330.1600208.9210083.73
HexACD7FF211000d16454
Octal254327377412000321144124
Binary10101100110101111111111110000110000001101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7FF; }

 p { color: rgb(172,215,255); }

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

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

 a { background-color: rgb(172,215,255); }

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

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

 span { border-color: rgb(172,215,255); }

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