#ACC9F5

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

Shades of Tropical Blue #ACC9F5

Tints of Tropical Blue #ACC9F5

Color information

#ACC9F5 (or 0xACC9F5) is unknown color: approx Tropical Blue. HEX triplet: AC, C9 and F5. RGB value is (172,201,245). Sum of RGB (Red+Green+Blue) = 172+201+245=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACC9F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9F5 is #53360A. Grayscale: #C5C5C5. Windows color (decimal): -5453323 or 16107948. OLE color: 16107948.

HSL color Cylindrical-coordinate representation of color #ACC9F5: hue angle of 216.16º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC9F5 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172201245-
CMYK0.300.1800.04
HSL216.16º78.49%81.76%-
HSV(B)216.16º29.8%96.08%-
XYZ54.3857.1494.55-
YUV197.34154.89109.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 201 (78.91% from 255) = 32.52%
BLUE value IS 245 (96.09% from 255) = 39.64%
R=27.83%
G=32.52%
B=39.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722012450.300.1800.04216.1678.4981.76
HexACC9F51E1204d84e52
Octal254311365362204330116122
Binary101011001100100111110101111101001001001101100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9F5; }

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

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

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

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

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

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

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

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