#ACC5F8

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

Shades of Tropical Blue #ACC5F8

Tints of Tropical Blue #ACC5F8

Color information

#ACC5F8 (or 0xACC5F8) is unknown color: approx Tropical Blue. HEX triplet: AC, C5 and F8. RGB value is (172,197,248). Sum of RGB (Red+Green+Blue) = 172+197+248=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACC5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5F8 is #533A07. Grayscale: #C3C3C3. Windows color (decimal): -5454344 or 16303532. OLE color: 16303532.

HSL color Cylindrical-coordinate representation of color #ACC5F8: hue angle of 220.26º 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 #ACC5F8 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172197248-
CMYK0.310.2100.03
HSL220.26º84.44%82.35%-
HSV(B)220.26º30.65%97.25%-
XYZ53.9255.4896.67-
YUV195.34157.72111.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 248 (97.27% from 255) = 40.19%
R=27.88%
G=31.93%
B=40.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721972480.310.2100.03220.2684.4482.35
HexACC5F81F1503dc5452
Octal254305370372503334124122
Binary10101100110001011111100011111101010111101110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5F8; }

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

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

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

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

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

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

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

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