#ACD1FF

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

Shades of Pale Cornflower Blue #ACD1FF

Tints of Pale Cornflower Blue #ACD1FF

Color information

#ACD1FF (or 0xACD1FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D1 and FF. RGB value is (172,209,255). Sum of RGB (Red+Green+Blue) = 172+209+255=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1FF is #532E00. Grayscale: #CACACA. Windows color (decimal): -5451265 or 16765356. OLE color: 16765356.

HSL color Cylindrical-coordinate representation of color #ACD1FF: hue angle of 213.25º 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 #ACD1FF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172209255-
CMYK0.330.1800
HSL213.25º100%83.73%-
HSV(B)213.25º32.55%100%-
XYZ57.8661.59103.45-
YUV203.18157.24105.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 255 (100% from 255) = 40.09%
R=27.04%
G=32.86%
B=40.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722092550.330.1800213.2510083.73
HexACD1FF211200d56454
Octal254321377412200325144124
Binary10101100110100011111111110000110010001101010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1FF; }

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

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

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

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

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

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

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

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