#ACD0FB

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

Shades of Pale Cornflower Blue #ACD0FB

Tints of Pale Cornflower Blue #ACD0FB

Color information

#ACD0FB (or 0xACD0FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D0 and FB. RGB value is (172,208,251). Sum of RGB (Red+Green+Blue) = 172+208+251=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACD0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0FB is #532F04. Grayscale: #C9C9C9. Windows color (decimal): -5451525 or 16502956. OLE color: 16502956.

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

Color convert

RGB172208251-
CMYK0.310.1700.02
HSL212.66º90.8%82.94%-
HSV(B)212.66º31.47%98.43%-
XYZ56.9860.85100.01-
YUV202.14155.57106.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 208 (81.64% from 255) = 32.96%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=27.26%
G=32.96%
B=39.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722082510.310.1700.02212.6690.882.94
HexACD0FB1F1102d55b53
Octal254320373372102325133123
Binary10101100110100001111101111111100010101101010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0FB; }

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

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

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

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

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

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

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

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