#ACC7FF

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

Shades of Tropical Blue #ACC7FF

Tints of Tropical Blue #ACC7FF

Color information

#ACC7FF (or 0xACC7FF) is unknown color: approx Tropical Blue. HEX triplet: AC, C7 and FF. RGB value is (172,199,255). Sum of RGB (Red+Green+Blue) = 172+199+255=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7FF is #533800. Grayscale: #C5C5C5. Windows color (decimal): -5453825 or 16762796. OLE color: 16762796.

HSL color Cylindrical-coordinate representation of color #ACC7FF: hue angle of 220.48º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC7FF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172199255-
CMYK0.330.2200
HSL220.48º100%83.73%-
HSV(B)220.48º32.55%100%-
XYZ55.4956.84102.65-
YUV197.31160.55109.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 255 (100% from 255) = 40.73%
R=27.48%
G=31.79%
B=40.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721992550.330.2200220.4810083.73
HexACC7FF211600dc6454
Octal254307377412600334144124
Binary10101100110001111111111110000110110001101110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7FF; }

 p { color: rgb(172,199,255); }

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

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

 a { background-color: rgb(172,199,255); }

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

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

 span { border-color: rgb(172,199,255); }

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