#ACCCEB

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

Shades of Pale Cornflower Blue #ACCCEB

Tints of Pale Cornflower Blue #ACCCEB

Color information

#ACCCEB (or 0xACCCEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CC and EB. RGB value is (172,204,235). Sum of RGB (Red+Green+Blue) = 172+204+235=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCEB is #533314. Grayscale: #C5C5C5. Windows color (decimal): -5452565 or 15453356. OLE color: 15453356.

HSL color Cylindrical-coordinate representation of color #ACCCEB: hue angle of 209.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACCCEB is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172204235-
CMYK0.270.1300.08
HSL209.52º61.17%79.8%-
HSV(B)209.52º26.81%92.16%-
XYZ53.657.9586.96-
YUV197.97148.9109.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=28.15%
G=33.39%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722042350.270.1300.08209.5261.1779.8
HexACCCEB1BD08d23d50
Octal254314353331501032275120
Binary10101100110011001110101111011110101000110100101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCEB; }

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

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

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

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

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

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

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

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