#ACD8FD

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

Shades of Pale Cornflower Blue #ACD8FD

Tints of Pale Cornflower Blue #ACD8FD

Color information

#ACD8FD (or 0xACD8FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D8 and FD. RGB value is (172,216,253). Sum of RGB (Red+Green+Blue) = 172+216+253=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8FD is #532702. Grayscale: #CECECE. Windows color (decimal): -5449475 or 16636076. OLE color: 16636076.

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

Color convert

RGB172216253-
CMYK0.320.1500.01
HSL207.41º95.29%83.33%-
HSV(B)207.41º32.02%99.22%-
XYZ59.364.97102.34-
YUV207.06153.92102.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=26.83%
G=33.70%
B=39.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722162530.320.1500.01207.4195.2983.33
HexACD8FD20F01cf5f53
Octal254330375401701317137123
Binary1010110011011000111111011000001111011100111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8FD; }

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

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

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

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

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

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

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

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