#ACC8FE

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

Shades of Pale Cornflower Blue #ACC8FE

Tints of Pale Cornflower Blue #ACC8FE

Color information

#ACC8FE (or 0xACC8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, C8 and FE. RGB value is (172,200,254). Sum of RGB (Red+Green+Blue) = 172+200+254=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8FE is #533701. Grayscale: #C5C5C5. Windows color (decimal): -5453570 or 16697516. OLE color: 16697516.

HSL color Cylindrical-coordinate representation of color #ACC8FE: hue angle of 219.51º 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 #ACC8FE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172200254-
CMYK0.320.2100.00
HSL219.51º97.62%83.53%-
HSV(B)219.51º32.28%99.61%-
XYZ55.5657.23101.89-
YUV197.78159.72109.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=27.48%
G=31.95%
B=40.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722002540.320.2100.00219.5197.6283.53
HexACC8FE201500dc6254
Octal254310376402500334142124
Binary10101100110010001111111010000010101001101110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8FE; }

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

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

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

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

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

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

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

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