#ACC8EA

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

Shades of Tropical Blue #ACC8EA

Tints of Tropical Blue #ACC8EA

Color information

#ACC8EA (or 0xACC8EA) is unknown color: approx Tropical Blue. HEX triplet: AC, C8 and EA. RGB value is (172,200,234). Sum of RGB (Red+Green+Blue) = 172+200+234=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8EA is #533715. Grayscale: #C3C3C3. Windows color (decimal): -5453590 or 15386796. OLE color: 15386796.

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

Color convert

RGB172200234-
CMYK0.260.1500.08
HSL212.9º59.62%79.61%-
HSV(B)212.9º26.5%91.76%-
XYZ52.5256.0285.89-
YUV195.5149.72111.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=28.38%
G=33.00%
B=38.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722002340.260.1500.08212.959.6279.61
HexACC8EA1AF08d53c50
Octal254310352321701032574120
Binary10101100110010001110101011010111101000110101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8EA; }

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

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

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

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

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

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

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

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