#ACCEED

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

Shades of Pale Cornflower Blue #ACCEED

Tints of Pale Cornflower Blue #ACCEED

Color information

#ACCEED (or 0xACCEED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CE and ED. RGB value is (172,206,237). Sum of RGB (Red+Green+Blue) = 172+206+237=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEED is #533112. Grayscale: #C7C7C7. Windows color (decimal): -5452051 or 15584940. OLE color: 15584940.

HSL color Cylindrical-coordinate representation of color #ACCEED: hue angle of 208.62º 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 #ACCEED is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172206237-
CMYK0.270.1300.07
HSL208.62º64.36%80.2%-
HSV(B)208.62º27.43%92.94%-
XYZ54.3759.0388.65-
YUV199.37149.24108.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=27.97%
G=33.50%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722062370.270.1300.07208.6264.3680.2
HexACCEED1BD07d14050
Octal254316355331507321100120
Binary10101100110011101110110111011110101111101000110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEED; }

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

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

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

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

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

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

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

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