#ACCAEC

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

Shades of Tropical Blue #ACCAEC

Tints of Tropical Blue #ACCAEC

Color information

#ACCAEC (or 0xACCAEC) is unknown color: approx Tropical Blue. HEX triplet: AC, CA and EC. RGB value is (172,202,236). Sum of RGB (Red+Green+Blue) = 172+202+236=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAEC is #533513. Grayscale: #C4C4C4. Windows color (decimal): -5453076 or 15518380. OLE color: 15518380.

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

Color convert

RGB172202236-
CMYK0.270.1400.07
HSL211.88º62.75%80%-
HSV(B)211.88º27.12%92.55%-
XYZ53.2757.0787.56-
YUV196.91150.06110.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=28.20%
G=33.11%
B=38.69%

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
Decimal1722022360.270.1400.07211.8862.7580
HexACCAEC1BE07d43f50
Octal25431235433160732477120
Binary1010110011001010111011001101111100111110101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAEC; }

 p { color: rgb(172,202,236); }

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

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

 a { background-color: rgb(172,202,236); }

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

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

 span { border-color: rgb(172,202,236); }

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