#ACC7EE

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

Shades of Tropical Blue #ACC7EE

Tints of Tropical Blue #ACC7EE

Color information

#ACC7EE (or 0xACC7EE) is unknown color: approx Tropical Blue. HEX triplet: AC, C7 and EE. RGB value is (172,199,238). Sum of RGB (Red+Green+Blue) = 172+199+238=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACC7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7EE is #533811. Grayscale: #C3C3C3. Windows color (decimal): -5453842 or 15648684. OLE color: 15648684.

HSL color Cylindrical-coordinate representation of color #ACC7EE: hue angle of 215.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC7EE is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172199238-
CMYK0.280.1600.07
HSL215.45º66%80.39%-
HSV(B)215.45º27.73%93.33%-
XYZ52.8755.7988.87-
YUV195.37152.05111.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 199 (78.12% from 255) = 32.68%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=28.24%
G=32.68%
B=39.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721992380.280.1600.07215.456680.39
HexACC7EE1C1007d74250
Octal254307356342007327102120
Binary101011001100011111101110111001000001111101011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7EE; }

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

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

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

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

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

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

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

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