#ACCCED

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

Shades of Pale Cornflower Blue #ACCCED

Tints of Pale Cornflower Blue #ACCCED

Color information

#ACCCED (or 0xACCCED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CC and ED. RGB value is (172,204,237). Sum of RGB (Red+Green+Blue) = 172+204+237=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCED is #533312. Grayscale: #C6C6C6. Windows color (decimal): -5452563 or 15584428. OLE color: 15584428.

HSL color Cylindrical-coordinate representation of color #ACCCED: hue angle of 210.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACCCED is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172204237-
CMYK0.270.1400.07
HSL210.46º64.36%80.2%-
HSV(B)210.46º27.43%92.94%-
XYZ53.8958.0788.49-
YUV198.19149.9109.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=28.06%
G=33.28%
B=38.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722042370.270.1400.07210.4664.3680.2
HexACCCED1BE07d24050
Octal254314355331607322100120
Binary10101100110011001110110111011111001111101001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCED; }

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

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

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

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

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

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

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

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