#ACD7FE

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

Shades of Pale Cornflower Blue #ACD7FE

Tints of Pale Cornflower Blue #ACD7FE

Color information

#ACD7FE (or 0xACD7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D7 and FE. RGB value is (172,215,254). Sum of RGB (Red+Green+Blue) = 172+215+254=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACD7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7FE is #532801. Grayscale: #CECECE. Windows color (decimal): -5449730 or 16701356. OLE color: 16701356.

HSL color Cylindrical-coordinate representation of color #ACD7FE: hue angle of 208.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD7FE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172215254-
CMYK0.320.1500.00
HSL208.54º97.62%83.53%-
HSV(B)208.54º32.28%99.61%-
XYZ59.264.53103.1-
YUV206.59154.75103.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=26.83%
G=33.54%
B=39.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722152540.320.1500.00208.5497.6283.53
HexACD7FE20F00d16254
Octal254327376401700321142124
Binary1010110011010111111111101000001111001101000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7FE; }

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

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

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

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

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

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

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

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