#ACCAE6

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

Shades of Tropical Blue #ACCAE6

Tints of Tropical Blue #ACCAE6

Color information

#ACCAE6 (or 0xACCAE6) is unknown color: approx Tropical Blue. HEX triplet: AC, CA and E6. RGB value is (172,202,230). Sum of RGB (Red+Green+Blue) = 172+202+230=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACCAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAE6 is #533519. Grayscale: #C4C4C4. Windows color (decimal): -5453082 or 15125164. OLE color: 15125164.

HSL color Cylindrical-coordinate representation of color #ACCAE6: hue angle of 208.97º degrees, saturation: 0.54, 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 #ACCAE6 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172202230-
CMYK0.250.1200.10
HSL208.97º53.7%78.82%-
HSV(B)208.97º25.22%90.2%-
XYZ52.4256.7283.05-
YUV196.22147.06110.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=28.48%
G=33.44%
B=38.08%

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
Decimal1722022300.250.1200.10208.9753.778.82
HexACCAE619C0Ad1364f
Octal254312346311401232166117
Binary10101100110010101110011011001110001010110100011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAE6; }

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

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

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

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

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

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

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

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