#ACC5FB

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

Shades of Tropical Blue #ACC5FB

Tints of Tropical Blue #ACC5FB

Color information

#ACC5FB (or 0xACC5FB) is unknown color: approx Tropical Blue. HEX triplet: AC, C5 and FB. RGB value is (172,197,251). Sum of RGB (Red+Green+Blue) = 172+197+251=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACC5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5FB is #533A04. Grayscale: #C3C3C3. Windows color (decimal): -5454341 or 16500140. OLE color: 16500140.

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

Color convert

RGB172197251-
CMYK0.310.2200.02
HSL221.01º90.8%82.94%-
HSV(B)221.01º31.47%98.43%-
XYZ54.3955.6799.15-
YUV195.68159.22111.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 197 (77.34% from 255) = 31.77%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=27.74%
G=31.77%
B=40.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721972510.310.2200.02221.0190.882.94
HexACC5FB1F1602dd5b53
Octal254305373372602335133123
Binary10101100110001011111101111111101100101101110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5FB; }

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

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

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

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

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

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

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

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