#ACC9F1

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

Shades of Tropical Blue #ACC9F1

Tints of Tropical Blue #ACC9F1

Color information

#ACC9F1 (or 0xACC9F1) is unknown color: approx Tropical Blue. HEX triplet: AC, C9 and F1. RGB value is (172,201,241). Sum of RGB (Red+Green+Blue) = 172+201+241=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9F1 is #53360E. Grayscale: #C4C4C4. Windows color (decimal): -5453327 or 15845804. OLE color: 15845804.

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

Color convert

RGB172201241-
CMYK0.290.1700.05
HSL214.78º71.13%80.98%-
HSV(B)214.78º28.63%94.51%-
XYZ53.7856.8991.37-
YUV196.89152.89110.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 201 (78.91% from 255) = 32.74%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=28.01%
G=32.74%
B=39.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722012410.290.1700.05214.7871.1380.98
HexACC9F11D1105d74751
Octal254311361352105327107121
Binary101011001100100111110001111011000101011101011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9F1; }

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

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

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

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

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

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

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

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