#ACD1FA

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

Shades of Pale Cornflower Blue #ACD1FA

Tints of Pale Cornflower Blue #ACD1FA

Color information

#ACD1FA (or 0xACD1FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D1 and FA. RGB value is (172,209,250). Sum of RGB (Red+Green+Blue) = 172+209+250=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1FA is #532E05. Grayscale: #CACACA. Windows color (decimal): -5451270 or 16437676. OLE color: 16437676.

HSL color Cylindrical-coordinate representation of color #ACD1FA: hue angle of 211.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD1FA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172209250-
CMYK0.310.1600.02
HSL211.54º88.64%82.75%-
HSV(B)211.54º31.2%98.04%-
XYZ57.0761.2799.26-
YUV202.61154.74106.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=27.26%
G=33.12%
B=39.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722092500.310.1600.02211.5488.6482.75
HexACD1FA1F1002d45953
Octal254321372372002324131123
Binary10101100110100011111101011111100000101101010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1FA; }

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

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

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

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

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

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

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

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