#ACCCFE

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

Shades of Pale Cornflower Blue #ACCCFE

Tints of Pale Cornflower Blue #ACCCFE

Color information

#ACCCFE (or 0xACCCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CC and FE. RGB value is (172,204,254). Sum of RGB (Red+Green+Blue) = 172+204+254=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACCCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCFE is #533301. Grayscale: #C7C7C7. Windows color (decimal): -5452546 or 16698540. OLE color: 16698540.

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

Color convert

RGB172204254-
CMYK0.320.2000.00
HSL216.59º97.62%83.53%-
HSV(B)216.59º32.28%99.61%-
XYZ56.559.11102.2-
YUV200.13158.4107.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=27.30%
G=32.38%
B=40.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722042540.320.2000.00216.5997.6283.53
HexACCCFE201400d96254
Octal254314376402400331142124
Binary10101100110011001111111010000010100001101100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCFE; }

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

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

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

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

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

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

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

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