#ACD7FC

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

Shades of Pale Cornflower Blue #ACD7FC

Tints of Pale Cornflower Blue #ACD7FC

Color information

#ACD7FC (or 0xACD7FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D7 and FC. RGB value is (172,215,252). Sum of RGB (Red+Green+Blue) = 172+215+252=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7FC is #532803. Grayscale: #CECECE. Windows color (decimal): -5449732 or 16570284. OLE color: 16570284.

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

Color convert

RGB172215252-
CMYK0.320.1500.01
HSL207.75º93.02%83.14%-
HSV(B)207.75º31.75%98.82%-
XYZ58.8864.4101.42-
YUV206.36153.75103.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=26.92%
G=33.65%
B=39.44%

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
Decimal1722152520.320.1500.01207.7593.0283.14
HexACD7FC20F01d05d53
Octal254327374401701320135123
Binary1010110011010111111111001000001111011101000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7FC; }

 p { color: rgb(172,215,252); }

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

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

 a { background-color: rgb(172,215,252); }

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

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

 span { border-color: rgb(172,215,252); }

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