#ACD9FB

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

Shades of Pale Cornflower Blue #ACD9FB

Tints of Pale Cornflower Blue #ACD9FB

Color information

#ACD9FB (or 0xACD9FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D9 and FB. RGB value is (172,217,251). Sum of RGB (Red+Green+Blue) = 172+217+251=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACD9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9FB is #532604. Grayscale: #CFCFCF. Windows color (decimal): -5449221 or 16505260. OLE color: 16505260.

HSL color Cylindrical-coordinate representation of color #ACD9FB: hue angle of 205.82º degrees, saturation: 0.91, 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 #ACD9FB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172217251-
CMYK0.310.1400.02
HSL205.82º90.8%82.94%-
HSV(B)205.82º31.47%98.43%-
XYZ59.2465.36100.76-
YUV207.42152.59102.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=26.88%
G=33.91%
B=39.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722172510.310.1400.02205.8290.882.94
HexACD9FB1FE02ce5b53
Octal254331373371602316133123
Binary1010110011011001111110111111111100101100111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9FB; }

 p { color: rgb(172,217,251); }

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

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

 a { background-color: rgb(172,217,251); }

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

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

 span { border-color: rgb(172,217,251); }

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