#ACC8EB

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

Shades of Tropical Blue #ACC8EB

Tints of Tropical Blue #ACC8EB

Color information

#ACC8EB (or 0xACC8EB) is unknown color: approx Tropical Blue. HEX triplet: AC, C8 and EB. RGB value is (172,200,235). Sum of RGB (Red+Green+Blue) = 172+200+235=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACC8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8EB is #533714. Grayscale: #C3C3C3. Windows color (decimal): -5453589 or 15452332. OLE color: 15452332.

HSL color Cylindrical-coordinate representation of color #ACC8EB: hue angle of 213.33º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC8EB is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172200235-
CMYK0.270.1500.08
HSL213.33º61.17%79.8%-
HSV(B)213.33º26.81%92.16%-
XYZ52.6656.0886.65-
YUV195.62150.22111.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 200 (78.52% from 255) = 32.95%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=28.34%
G=32.95%
B=38.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722002350.270.1500.08213.3361.1779.8
HexACC8EB1BF08d53d50
Octal254310353331701032575120
Binary10101100110010001110101111011111101000110101011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8EB; }

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

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

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

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

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

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

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

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