#ACD5FB

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

Shades of Pale Cornflower Blue #ACD5FB

Tints of Pale Cornflower Blue #ACD5FB

Color information

#ACD5FB (or 0xACD5FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D5 and FB. RGB value is (172,213,251). Sum of RGB (Red+Green+Blue) = 172+213+251=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACD5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5FB is #532A04. Grayscale: #CCCCCC. Windows color (decimal): -5450245 or 16504236. OLE color: 16504236.

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

Color convert

RGB172213251-
CMYK0.310.1500.02
HSL208.86º90.8%82.94%-
HSV(B)208.86º31.47%98.43%-
XYZ58.2263.32100.42-
YUV205.07153.92104.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=27.04%
G=33.49%
B=39.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722132510.310.1500.02208.8690.882.94
HexACD5FB1FF02d15b53
Octal254325373371702321133123
Binary1010110011010101111110111111111110101101000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5FB; }

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

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

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

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

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

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

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

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