#ACC4F1

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

Shades of Tropical Blue #ACC4F1

Tints of Tropical Blue #ACC4F1

Color information

#ACC4F1 (or 0xACC4F1) is unknown color: approx Tropical Blue. HEX triplet: AC, C4 and F1. RGB value is (172,196,241). Sum of RGB (Red+Green+Blue) = 172+196+241=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC4F1 is #533B0E. Grayscale: #C1C1C1. Windows color (decimal): -5454607 or 15844524. OLE color: 15844524.

HSL color Cylindrical-coordinate representation of color #ACC4F1: hue angle of 219.13º degrees, saturation: 0.71, 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 #ACC4F1 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172196241-
CMYK0.290.1900.05
HSL219.13º71.13%80.98%-
HSV(B)219.13º28.63%94.51%-
XYZ52.6354.690.98-
YUV193.95154.55112.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=28.24%
G=32.18%
B=39.57%

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
Decimal1721962410.290.1900.05219.1371.1380.98
HexACC4F11D1305db4751
Octal254304361352305333107121
Binary101011001100010011110001111011001101011101101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4F1; }

 p { color: rgb(172,196,241); }

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

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

 a { background-color: rgb(172,196,241); }

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

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

 span { border-color: rgb(172,196,241); }

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