#ACD7FA

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

Shades of Pale Cornflower Blue #ACD7FA

Tints of Pale Cornflower Blue #ACD7FA

Color information

#ACD7FA (or 0xACD7FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D7 and FA. RGB value is (172,215,250). Sum of RGB (Red+Green+Blue) = 172+215+250=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7FA is #532805. Grayscale: #CDCDCD. Windows color (decimal): -5449734 or 16439212. OLE color: 16439212.

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

Color convert

RGB172215250-
CMYK0.310.1400.02
HSL206.92º88.64%82.75%-
HSV(B)206.92º31.2%98.04%-
XYZ58.5764.2799.76-
YUV206.13152.75103.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=27.00%
G=33.75%
B=39.25%

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
Decimal1722152500.310.1400.02206.9288.6482.75
HexACD7FA1FE02cf5953
Octal254327372371602317131123
Binary1010110011010111111110101111111100101100111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7FA; }

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

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

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

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

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

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

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

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