#ACD4FD

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

Shades of Pale Cornflower Blue #ACD4FD

Tints of Pale Cornflower Blue #ACD4FD

Color information

#ACD4FD (or 0xACD4FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D4 and FD. RGB value is (172,212,253). Sum of RGB (Red+Green+Blue) = 172+212+253=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4FD is #532B02. Grayscale: #CCCCCC. Windows color (decimal): -5450499 or 16635052. OLE color: 16635052.

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

Color convert

RGB172212253-
CMYK0.320.1600.01
HSL210.37º95.29%83.33%-
HSV(B)210.37º32.02%99.22%-
XYZ58.2962.95102.01-
YUV204.71155.25104.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=27.00%
G=33.28%
B=39.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722122530.320.1600.01210.3795.2983.33
HexACD4FD201001d25f53
Octal254324375402001322137123
Binary10101100110101001111110110000010000011101001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4FD; }

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

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

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

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

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

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

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

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