#ACC5F9

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

Shades of Tropical Blue #ACC5F9

Tints of Tropical Blue #ACC5F9

Color information

#ACC5F9 (or 0xACC5F9) is unknown color: approx Tropical Blue. HEX triplet: AC, C5 and F9. RGB value is (172,197,249). Sum of RGB (Red+Green+Blue) = 172+197+249=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACC5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5F9 is #533A06. Grayscale: #C3C3C3. Windows color (decimal): -5454343 or 16369068. OLE color: 16369068.

HSL color Cylindrical-coordinate representation of color #ACC5F9: hue angle of 220.52º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC5F9 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172197249-
CMYK0.310.2100.02
HSL220.52º86.52%82.55%-
HSV(B)220.52º30.92%97.65%-
XYZ54.0855.5497.49-
YUV195.45158.22111.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 197 (77.34% from 255) = 31.88%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=27.83%
G=31.88%
B=40.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721972490.310.2100.02220.5286.5282.55
HexACC5F91F1502dd5753
Octal254305371372502335127123
Binary10101100110001011111100111111101010101101110110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5F9; }

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

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

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

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

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

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

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

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