#ACC8E4

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

Shades of Tropical Blue #ACC8E4

Tints of Tropical Blue #ACC8E4

Color information

#ACC8E4 (or 0xACC8E4) is unknown color: approx Tropical Blue. HEX triplet: AC, C8 and E4. RGB value is (172,200,228). Sum of RGB (Red+Green+Blue) = 172+200+228=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACC8E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8E4 is #53371B. Grayscale: #C2C2C2. Windows color (decimal): -5453596 or 14993580. OLE color: 14993580.

HSL color Cylindrical-coordinate representation of color #ACC8E4: hue angle of 210º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC8E4 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172200228-
CMYK0.250.1200.11
HSL210º50.91%78.43%-
HSV(B)210º24.56%89.41%-
XYZ51.6755.6881.42-
YUV194.82146.72111.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 228 (89.45% from 255) = 38%
R=28.67%
G=33.33%
B=38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722002280.250.1200.1121050.9178.43
HexACC8E419C0Bd2334e
Octal254310344311401332263116
Binary10101100110010001110010011001110001011110100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8E4; }

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

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

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

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

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

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

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

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