#ACC5FA

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

Shades of Tropical Blue #ACC5FA

Tints of Tropical Blue #ACC5FA

Color information

#ACC5FA (or 0xACC5FA) is unknown color: approx Tropical Blue. HEX triplet: AC, C5 and FA. RGB value is (172,197,250). Sum of RGB (Red+Green+Blue) = 172+197+250=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5FA is #533A05. Grayscale: #C3C3C3. Windows color (decimal): -5454342 or 16434604. OLE color: 16434604.

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

Color convert

RGB172197250-
CMYK0.310.2100.02
HSL220.77º88.64%82.75%-
HSV(B)220.77º31.2%98.04%-
XYZ54.2355.6198.32-
YUV195.57158.72111.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=27.79%
G=31.83%
B=40.39%

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
Decimal1721972500.310.2100.02220.7788.6482.75
HexACC5FA1F1502dd5953
Octal254305372372502335131123
Binary10101100110001011111101011111101010101101110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5FA; }

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

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

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

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

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

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

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

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