#ACD5FD

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

Shades of Pale Cornflower Blue #ACD5FD

Tints of Pale Cornflower Blue #ACD5FD

Color information

#ACD5FD (or 0xACD5FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D5 and FD. RGB value is (172,213,253). Sum of RGB (Red+Green+Blue) = 172+213+253=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5FD is #532A02. Grayscale: #CDCDCD. Windows color (decimal): -5450243 or 16635308. OLE color: 16635308.

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

Color convert

RGB172213253-
CMYK0.320.1600.01
HSL209.63º95.29%83.33%-
HSV(B)209.63º32.02%99.22%-
XYZ58.5463.45102.09-
YUV205.3154.92104.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=26.96%
G=33.39%
B=39.66%

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
Decimal1722132530.320.1600.01209.6395.2983.33
HexACD5FD201001d25f53
Octal254325375402001322137123
Binary10101100110101011111110110000010000011101001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5FD; }

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

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

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

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

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

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

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

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