#ACCDEF

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

Shades of Pale Cornflower Blue #ACCDEF

Tints of Pale Cornflower Blue #ACCDEF

Color information

#ACCDEF (or 0xACCDEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and EF. RGB value is (172,205,239). Sum of RGB (Red+Green+Blue) = 172+205+239=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACCDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDEF is #533210. Grayscale: #C6C6C6. Windows color (decimal): -5452305 or 15715756. OLE color: 15715756.

HSL color Cylindrical-coordinate representation of color #ACCDEF: hue angle of 210.45º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCDEF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172205239-
CMYK0.280.1400.06
HSL210.45º67.68%80.59%-
HSV(B)210.45º28.03%93.73%-
XYZ54.4258.6790.12-
YUV199.01150.57108.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=27.92%
G=33.28%
B=38.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722052390.280.1400.06210.4567.6880.59
HexACCDEF1CE06d24451
Octal254315357341606322104121
Binary10101100110011011110111111100111001101101001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDEF; }

 p { color: rgb(172,205,239); }

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

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

 a { background-color: rgb(172,205,239); }

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

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

 span { border-color: rgb(172,205,239); }

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