#ACC7EB

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

Shades of Tropical Blue #ACC7EB

Tints of Tropical Blue #ACC7EB

Color information

#ACC7EB (or 0xACC7EB) is unknown color: approx Tropical Blue. HEX triplet: AC, C7 and EB. RGB value is (172,199,235). Sum of RGB (Red+Green+Blue) = 172+199+235=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACC7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7EB is #533814. Grayscale: #C2C2C2. Windows color (decimal): -5453845 or 15452076. OLE color: 15452076.

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

Color convert

RGB172199235-
CMYK0.270.1500.08
HSL214.29º61.17%79.8%-
HSV(B)214.29º26.81%92.16%-
XYZ52.4355.6286.57-
YUV195.03150.55111.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=28.38%
G=32.84%
B=38.78%

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
Decimal1721992350.270.1500.08214.2961.1779.8
HexACC7EB1BF08d63d50
Octal254307353331701032675120
Binary10101100110001111110101111011111101000110101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7EB; }

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

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

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

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

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

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

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

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