#ACD3FD

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

Shades of Pale Cornflower Blue #ACD3FD

Tints of Pale Cornflower Blue #ACD3FD

Color information

#ACD3FD (or 0xACD3FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D3 and FD. RGB value is (172,211,253). Sum of RGB (Red+Green+Blue) = 172+211+253=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FD is #532C02. Grayscale: #CBCBCB. Windows color (decimal): -5450755 or 16634796. OLE color: 16634796.

HSL color Cylindrical-coordinate representation of color #ACD3FD: hue angle of 211.11º degrees, saturation: 0.95, 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 #ACD3FD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172211253-
CMYK0.320.1700.01
HSL211.11º95.29%83.33%-
HSV(B)211.11º32.02%99.22%-
XYZ58.0462.45101.92-
YUV204.13155.58105.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=27.04%
G=33.18%
B=39.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722112530.320.1700.01211.1195.2983.33
HexACD3FD201101d35f53
Octal254323375402101323137123
Binary10101100110100111111110110000010001011101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3FD; }

 p { color: rgb(172,211,253); }

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

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

 a { background-color: rgb(172,211,253); }

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

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

 span { border-color: rgb(172,211,253); }

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