#ACC6F8

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

Shades of Tropical Blue #ACC6F8

Tints of Tropical Blue #ACC6F8

Color information

#ACC6F8 (or 0xACC6F8) is unknown color: approx Tropical Blue. HEX triplet: AC, C6 and F8. RGB value is (172,198,248). Sum of RGB (Red+Green+Blue) = 172+198+248=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACC6F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC6F8 is #533907. Grayscale: #C3C3C3. Windows color (decimal): -5454088 or 16303788. OLE color: 16303788.

HSL color Cylindrical-coordinate representation of color #ACC6F8: hue angle of 219.47º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC6F8 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172198248-
CMYK0.310.2000.03
HSL219.47º84.44%82.35%-
HSV(B)219.47º30.65%97.25%-
XYZ54.1555.9496.75-
YUV195.93157.39110.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 248 (97.27% from 255) = 40.13%
R=27.83%
G=32.04%
B=40.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721982480.310.2000.03219.4784.4482.35
HexACC6F81F1403db5452
Octal254306370372403333124122
Binary10101100110001101111100011111101000111101101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6F8; }

 p { color: rgb(172,198,248); }

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

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

 a { background-color: rgb(172,198,248); }

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

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

 span { border-color: rgb(172,198,248); }

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