#ACC7ED

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

Shades of Tropical Blue #ACC7ED

Tints of Tropical Blue #ACC7ED

Color information

#ACC7ED (or 0xACC7ED) is unknown color: approx Tropical Blue. HEX triplet: AC, C7 and ED. RGB value is (172,199,237). Sum of RGB (Red+Green+Blue) = 172+199+237=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7ED is #533812. Grayscale: #C3C3C3. Windows color (decimal): -5453843 or 15583148. OLE color: 15583148.

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

Color convert

RGB172199237-
CMYK0.270.1600.07
HSL215.08º64.36%80.2%-
HSV(B)215.08º27.43%92.94%-
XYZ52.7255.7388.1-
YUV195.26151.55111.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 199 (78.12% from 255) = 32.73%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=28.29%
G=32.73%
B=38.98%

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
Decimal1721992370.270.1600.07215.0864.3680.2
HexACC7ED1B1007d74050
Octal254307355332007327100120
Binary101011001100011111101101110111000001111101011110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7ED; }

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

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

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

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

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

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

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

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