#ACC7E6

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

Shades of Tropical Blue #ACC7E6

Tints of Tropical Blue #ACC7E6

Color information

#ACC7E6 (or 0xACC7E6) is unknown color: approx Tropical Blue. HEX triplet: AC, C7 and E6. RGB value is (172,199,230). Sum of RGB (Red+Green+Blue) = 172+199+230=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACC7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7E6 is #533819. Grayscale: #C2C2C2. Windows color (decimal): -5453850 or 15124396. OLE color: 15124396.

HSL color Cylindrical-coordinate representation of color #ACC7E6: hue angle of 212.07º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC7E6 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172199230-
CMYK0.250.1300.10
HSL212.07º53.7%78.82%-
HSV(B)212.07º25.22%90.2%-
XYZ51.7255.3382.82-
YUV194.46148.05111.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 199 (78.12% from 255) = 33.11%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=28.62%
G=33.11%
B=38.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721992300.250.1300.10212.0753.778.82
HexACC7E619D0Ad4364f
Octal254307346311501232466117
Binary10101100110001111110011011001110101010110101001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7E6; }

 p { color: rgb(172,199,230); }

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

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

 a { background-color: rgb(172,199,230); }

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

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

 span { border-color: rgb(172,199,230); }

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