#ACC8ED

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

Shades of Tropical Blue #ACC8ED

Tints of Tropical Blue #ACC8ED

Color information

#ACC8ED (or 0xACC8ED) is unknown color: approx Tropical Blue. HEX triplet: AC, C8 and ED. RGB value is (172,200,237). Sum of RGB (Red+Green+Blue) = 172+200+237=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8ED is #533712. Grayscale: #C3C3C3. Windows color (decimal): -5453587 or 15583404. OLE color: 15583404.

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

Color convert

RGB172200237-
CMYK0.270.1600.07
HSL214.15º64.36%80.2%-
HSV(B)214.15º27.43%92.94%-
XYZ52.9556.1988.18-
YUV195.85151.22110.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 200 (78.52% from 255) = 32.84%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=28.24%
G=32.84%
B=38.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722002370.270.1600.07214.1564.3680.2
HexACC8ED1B1007d64050
Octal254310355332007326100120
Binary101011001100100011101101110111000001111101011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8ED; }

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

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

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

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

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

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

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

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