#ACC5F3

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

Shades of Tropical Blue #ACC5F3

Tints of Tropical Blue #ACC5F3

Color information

#ACC5F3 (or 0xACC5F3) is unknown color: approx Tropical Blue. HEX triplet: AC, C5 and F3. RGB value is (172,197,243). Sum of RGB (Red+Green+Blue) = 172+197+243=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACC5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5F3 is #533A0C. Grayscale: #C2C2C2. Windows color (decimal): -5454349 or 15975852. OLE color: 15975852.

HSL color Cylindrical-coordinate representation of color #ACC5F3: hue angle of 218.87º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC5F3 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172197243-
CMYK0.290.1900.05
HSL218.87º74.74%81.37%-
HSV(B)218.87º29.22%95.29%-
XYZ53.1655.1792.64-
YUV194.77155.22111.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 197 (77.34% from 255) = 32.19%
BLUE value IS 243 (95.31% from 255) = 39.71%
R=28.10%
G=32.19%
B=39.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721972430.290.1900.05218.8774.7481.37
HexACC5F31D1305db4b51
Octal254305363352305333113121
Binary101011001100010111110011111011001101011101101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5F3; }

 p { color: rgb(172,197,243); }

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

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

 a { background-color: rgb(172,197,243); }

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

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

 span { border-color: rgb(172,197,243); }

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