#ACCAE5

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

Shades of Tropical Blue #ACCAE5

Tints of Tropical Blue #ACCAE5

Color information

#ACCAE5 (or 0xACCAE5) is unknown color: approx Tropical Blue. HEX triplet: AC, CA and E5. RGB value is (172,202,229). Sum of RGB (Red+Green+Blue) = 172+202+229=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACCAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAE5 is #53351A. Grayscale: #C3C3C3. Windows color (decimal): -5453083 or 15059628. OLE color: 15059628.

HSL color Cylindrical-coordinate representation of color #ACCAE5: hue angle of 208.42º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCAE5 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172202229-
CMYK0.250.1200.10
HSL208.42º52.29%78.63%-
HSV(B)208.42º24.89%89.8%-
XYZ52.2856.6782.31-
YUV196.11146.56110.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 229 (89.84% from 255) = 37.98%
R=28.52%
G=33.50%
B=37.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722022290.250.1200.10208.4252.2978.63
HexACCAE519C0Ad0344f
Octal254312345311401232064117
Binary10101100110010101110010111001110001010110100001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAE5; }

 p { color: rgb(172,202,229); }

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

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

 a { background-color: rgb(172,202,229); }

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

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

 span { border-color: rgb(172,202,229); }

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